You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/21 20:57:11 UTC

[ws-axiom] branch master updated: Bump maven-shade-plugin from 2.3 to 3.2.4

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/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 913e875  Bump maven-shade-plugin from 2.3 to 3.2.4
913e875 is described below

commit 913e875e01717c6d8187918817e372df4c7a01cc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 21 20:17:27 2020 +0000

    Bump maven-shade-plugin from 2.3 to 3.2.4
    
    Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.3 to 3.2.4.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-2.3...maven-shade-plugin-3.2.4)
    
    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 95d8baf..4a81dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
         <osgi.version>5.0.0</osgi.version>
         <failIfNoTests>false</failIfNoTests>
         <aspectj.version>1.9.1</aspectj.version>
-        <shade.plugin.version>2.3</shade.plugin.version>
+        <shade.plugin.version>3.2.4</shade.plugin.version>
         <spring.version>5.0.1.RELEASE</spring.version>
         <springws.version>3.0.3.RELEASE</springws.version>
         <exam.version>4.12.0</exam.version>