This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 3389398d4e Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#2487)
3389398d4e is described below
commit 3389398d4e243fae768b48b53308b62d90a63593
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 06:14:04 2026 +0100
Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#2487)
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 e272522093..cba503a33c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate.validator.version>7.0.5.Final</hibernate.validator.version>
<httpclient.version>4.5.14</httpclient.version>
- <jansi.version>2.4.2</jansi.version>
+ <jansi.version>2.4.3</jansi.version>
<javassist.version>3.9.0.GA</javassist.version>
<jline.version>4.0.9</jline.version>
<junit.version>4.13.2</junit.version>