This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-3.9.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push: new a47092845d Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2 a47092845d is described below commit a47092845dc9b448f869c7c826c725c599d5096b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Apr 30 01:30:50 2025 +0000 Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2 Bumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](https://github.com/fusesource/jansi/compare/jansi-2.4.1...jansi-2.4.2) --- updated-dependencies: - dependency-name: org.fusesource.jansi:jansi dependency-version: 2.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5454e779c2..e6dd820789 100644 --- a/pom.xml +++ b/pom.xml @@ -348,7 +348,7 @@ under the License. <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>2.4.1</version> + <version>2.4.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId>