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 79bd482d04 Bump org.osgi:org.osgi.service.component from 1.4.0 to
1.5.1 (#2405)
79bd482d04 is described below
commit 79bd482d040c9961c6abc59a5abf07c6819f15c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 15:11:26 2026 +0200
Bump org.osgi:org.osgi.service.component from 1.4.0 to 1.5.1 (#2405)
Bumps [org.osgi:org.osgi.service.component](https://github.com/osgi/osgi)
from 1.4.0 to 1.5.1.
- [Commits](https://github.com/osgi/osgi/commits)
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.service.component
dependency-version: 1.5.1
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>
---
examples/karaf-config-example/karaf-config-example-scr/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/karaf-config-example/karaf-config-example-scr/pom.xml
b/examples/karaf-config-example/karaf-config-example-scr/pom.xml
index e1721c0674..c58c248c96 100644
--- a/examples/karaf-config-example/karaf-config-example-scr/pom.xml
+++ b/examples/karaf-config-example/karaf-config-example-scr/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component</artifactId>
- <version>1.4.0</version>
+ <version>1.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>