This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new ee95592544 Bump org.osgi:org.osgi.util.promise from 1.0.0 to 1.3.0
(#2409)
ee95592544 is described below
commit ee9559254473abc61f66c91cbd96eac9b7eea73b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 06:04:45 2026 +0100
Bump org.osgi:org.osgi.util.promise from 1.0.0 to 1.3.0 (#2409)
Bumps [org.osgi:org.osgi.util.promise](https://github.com/osgi/osgi) from
1.0.0 to 1.3.0.
- [Commits](https://github.com/osgi/osgi/commits)
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.util.promise
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
scr/management/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scr/management/pom.xml b/scr/management/pom.xml
index 9d246b7532..ad5d3b8d6b 100644
--- a/scr/management/pom.xml
+++ b/scr/management/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.promise</artifactId>
- <version>1.0.0</version>
+ <version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>