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/02/01 00:57:18 UTC

[cxf] 01/02: 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 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 9c228eef5e405d901ab6b1562b7d3b01a02a0ca1
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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f0f27f8f19..a68b348288 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -202,7 +202,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>