This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6edac30ad Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2
6edac30ad is described below
commit 6edac30adb91a1f0a6630b971b46af0c252ffaf1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 29 18:35:41 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] <[email protected]>
---
samples/pom.xml | 2 +-
tutorials/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/pom.xml b/samples/pom.xml
index 0eddcfb74..00adb96fb 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -97,7 +97,7 @@
<aries.javadoc.exclude.packages>*</aries.javadoc.exclude.packages>
<!-- Felix dependencies -->
- <jansi.version>2.4.1</jansi.version>
+ <jansi.version>2.4.2</jansi.version>
<jline.version>3.29.0</jline.version>
<org.apache.felix.bundlerepository.version>2.0.10</org.apache.felix.bundlerepository.version>
<org.apache.felix.configadmin.version>1.9.26</org.apache.felix.configadmin.version>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index a26478441..1c0cff363 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -45,7 +45,7 @@
<blueprint-maven-plugin-annotation.version>1.3.0</blueprint-maven-plugin-annotation.version>
<blueprint-maven-plugin.version>1.10.0</blueprint-maven-plugin.version>
- <jansi.version>2.4.1</jansi.version>
+ <jansi.version>2.4.2</jansi.version>
<javax.inject.version>1</javax.inject.version>
<jline.version>3.29.0</jline.version>
<org.apache.aries.blueprint.api.version>1.0.1</org.apache.aries.blueprint.api.version>