This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/master by this push: new 9e98bc6 Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2 9e98bc6 is described below commit 9e98bc6a98ae12516cfeb4ab7d78cc34f13fe8cb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 29 19:16:45 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:production 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 a76f941..a578ec6 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>2.4.1</version> + <version>2.4.2</version> <optional>true</optional> </dependency>