mirror of https://github.com/apache/maven.git
[MNG-8420] Bump jlineVersion from 3.27.1 to 3.28.0 (#1962)
Bumps `jlineVersion` from 3.27.1 to 3.28.0. Updates `org.jline:jline-reader` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jline-style` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jline-builtins` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jline-console-ui` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jline-terminal-ffm` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jline-terminal-jni` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) Updates `org.jline:jansi-core` from 3.27.1 to 3.28.0 - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0) --- updated-dependencies: - dependency-name: org.jline:jline-reader dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jline-style dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jline-builtins dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jline-console-ui dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jline-terminal-ffm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jline-terminal-jni dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jline:jansi-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
781d19d9f1
commit
8706dd7edf
2
pom.xml
2
pom.xml
|
@ -153,7 +153,7 @@ under the License.
|
|||
<hamcrestVersion>3.0</hamcrestVersion>
|
||||
<jakartaInjectApiVersion>2.0.1</jakartaInjectApiVersion>
|
||||
<javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
|
||||
<jlineVersion>3.27.1</jlineVersion>
|
||||
<jlineVersion>3.28.0</jlineVersion>
|
||||
<junitVersion>5.11.3</junitVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
<logbackClassicVersion>1.5.12</logbackClassicVersion>
|
||||
|
|
Loading…
Reference in New Issue