You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/07/17 12:28:22 UTC

[axis-axis2-java-core] 07/08: Bump maven-bundle-plugin from 5.1.6 to 5.1.7

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit e1daff7a48fae21718e6a23e792b0d050d96c02b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jul 17 10:56:56 2022 +0000

    Bump maven-bundle-plugin from 5.1.6 to 5.1.7
    
    Bumps maven-bundle-plugin from 5.1.6 to 5.1.7.
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 146a666de0..42f2417c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1146,7 +1146,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.6</version>
+                    <version>5.1.7</version>
                 </plugin>
                 <plugin>
                     <groupId>net.nicoulaj.maven.plugins</groupId>