This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 0c380a2e5 Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#3335)
0c380a2e5 is described below
commit 0c380a2e502cbd606a5b8d4902a5cf255588555c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 19:49:07 2026 +1000
Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#3335)
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 c8ec8e758..42fc55378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
<!-- used in the unit tests and maven-shared-utils:3.3.4 -->
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
- <version>2.4.2</version>
+ <version>2.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>