You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/12/31 12:26:44 UTC

[ws-wss4j] branch master updated: Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#64)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new fc30c3986 Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#64)
fc30c3986 is described below

commit fc30c3986027cccc7a13b4775f7ae87202629e43
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 12:26:39 2022 +0000

    Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#64)
    
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9879f9cd0..b0ce03320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,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>