You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/31 14:23:27 UTC

[cxf] branch main updated: Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)

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 ceaef931fc Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)
ceaef931fc is described below

commit ceaef931fcbe62d64007a371abc38409e15d5dd6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 09:23:19 2023 -0500

    Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)
    
    Bumps maven-bundle-plugin from 5.1.4 to 5.1.8.
    
    ---
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 9e3b9e246e..20f260ad0f 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -204,7 +204,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.1</version>
+                    <version>5.1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.eclipse.jetty</groupId>
diff --git a/pom.xml b/pom.xml
index b9ddaa876e..b08ec5ef1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.4</version>
+                    <version>5.1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>