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 33fd17cdd6 Bump org.osgi:org.osgi.util.function from 1.0.0 to 1.2.0
(#2424)
33fd17cdd6 is described below
commit 33fd17cdd6cc13652e2475183f8dcf0628104f9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 06:03:29 2026 +0100
Bump org.osgi:org.osgi.util.function from 1.0.0 to 1.2.0 (#2424)
Bumps [org.osgi:org.osgi.util.function](https://github.com/osgi/osgi) from
1.0.0 to 1.2.0.
- [Commits](https://github.com/osgi/osgi/commits)
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.util.function
dependency-version: 1.2.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 8285eff4d1..9d246b7532 100644
--- a/scr/management/pom.xml
+++ b/scr/management/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.function</artifactId>
- <version>1.0.0</version>
+ <version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>