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 5f88de252b Bump felix.framework.version from 5.6.10 to 7.0.5 (#2366)
5f88de252b is described below
commit 5f88de252b4d846173be8899b563fd118c26f641
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 19 08:51:18 2026 +0200
Bump felix.framework.version from 5.6.10 to 7.0.5 (#2366)
Bumps `felix.framework.version` from 5.6.10 to 7.0.5.
Updates `org.apache.felix:org.apache.felix.framework` from 5.6.10 to 7.0.5
Updates `org.apache.felix:org.apache.felix.main` from 7.0.5 to 7.0.5
---
updated-dependencies:
- dependency-name: org.apache.felix:org.apache.felix.framework
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.felix:org.apache.felix.main
dependency-version: 7.0.5
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>
---
main/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/pom.xml b/main/pom.xml
index f89b2dcaea..83ee27c6fa 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>5.6.10</version>
+ <version>7.0.5</version>
<scope>test</scope>
</dependency>
<dependency>