This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new dbb09664 Bump org.apache.karaf.shell:org.apache.karaf.shell.core (#87)
dbb09664 is described below
commit dbb0966437043fb8678e3c15a3b7ebaa7259ba3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 17:39:00 2026 +0200
Bump org.apache.karaf.shell:org.apache.karaf.shell.core (#87)
Bumps org.apache.karaf.shell:org.apache.karaf.shell.core from 4.4.6 to
4.4.10.
---
updated-dependencies:
- dependency-name: org.apache.karaf.shell:org.apache.karaf.shell.core
dependency-version: 4.4.10
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>
---
discovery/command/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml
index e8b37c29..f06d9fbe 100644
--- a/discovery/command/pom.xml
+++ b/discovery/command/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.core</artifactId>
- <version>4.4.6</version>
+ <version>4.4.10</version>
<scope>provided</scope>
</dependency>
</dependencies>