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-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 8ccc55ff Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9
(#397)
8ccc55ff is described below
commit 8ccc55ff0eced1d12663bdeb4990d6fb144946bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 11:14:40 2025 +0100
Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9 (#397)
* Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9
Bumps org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Upgrade to Karaf 4.4.7 to provide java.nio packages
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JB Onofré <[email protected]>
Co-authored-by: JB Onofré <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2d1870ec..34e4675c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.4</version>
+ <version>5.1.9</version>
<inherited>true</inherited>
<extensions>true</extensions>
<configuration>