This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new d9d01aa28f Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to
6.0.2 (#2911)
d9d01aa28f is described below
commit d9d01aa28fcb90dbfcab05a265080a4d727b75bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:07:16 2026 -0500
Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 (#2911)
Bumps org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-version: 6.0.2
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>
---
distribution/src/main/release/samples/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index 640da7c8ae..346b2f4886 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.0</version>
+ <version>6.0.2</version>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
diff --git a/pom.xml b/pom.xml
index 704a66daa2..37370ebbfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.0</version>
+ <version>6.0.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>