This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 d322b8b Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#372)
d322b8b is described below
commit d322b8bceba0d63583fcd2a81b3d7cc390eea914
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 06:45:03 2026 +0200
Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#372)
Bumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi)
from 2.4.2 to 2.4.3.
- [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.2...jansi-2.4.3)
---
updated-dependencies:
- dependency-name: org.fusesource.jansi:jansi
dependency-version: 2.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 8bac12f..3bc641a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
- <version>2.4.2</version>
+ <version>2.4.3</version>
<optional>true</optional>
</dependency>
<dependency>