This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 0b59a62b25 Bump org.osgi:org.osgi.service.component from 1.4.0 to
1.5.1 (#2022)
0b59a62b25 is described below
commit 0b59a62b25cb27c0f3c8a28edaa303f211ef0428
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 17:34:19 2025 +0200
Bump org.osgi:org.osgi.service.component from 1.4.0 to 1.5.1 (#2022)
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 583fdd5509..fb41024f57 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>