This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 8706dd7edf [MNG-8420] Bump jlineVersion from 3.27.1 to 3.28.0 (#1962) 8706dd7edf is described below commit 8706dd7edf5cb97932af2819fa1cdc7b343dbe0d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Dec 11 06:32:54 2024 +0100 [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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f623a44b7..8463f28db1 100644 --- a/pom.xml +++ b/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>