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:40:32 UTC

[ws-wss4j] branch 2_4_x-fixes 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 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


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

commit ae44e9761c15c04bbe6cefe53f6640365c214552
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 f93574747..24af36e0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,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>