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 2022/10/27 22:37:18 UTC

[ws-axiom] branch master updated: Bump maven-shade-plugin from 3.4.0 to 3.4.1

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 eabf74d47 Bump maven-shade-plugin from 3.4.0 to 3.4.1
eabf74d47 is described below

commit eabf74d4727ad7d1dff3f4517e58b487502876fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 27 20:39:20 2022 +0000

    Bump maven-shade-plugin from 3.4.0 to 3.4.1
    
    Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-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 f30f964d7..8f329d8a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@
         <javaVersion>11</javaVersion>
 
         <failIfNoTests>false</failIfNoTests>
-        <shade.plugin.version>3.4.0</shade.plugin.version>
+        <shade.plugin.version>3.4.1</shade.plugin.version>
         <spring.version>5.3.23</spring.version>
         <springws.version>3.1.3</springws.version>
         <exam.version>4.13.5</exam.version>