You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/03 10:53:54 UTC

[maven-surefire] branch master updated: Bump maven-shade-plugin from 3.2.3 to 3.2.4

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


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

commit d309853a2a4d78e173477cb8d798e81f77139c0d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 3 04:41:25 2022 +0000

    Bump maven-shade-plugin from 3.2.3 to 3.2.4
    
    Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.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-3.2.3...maven-shade-plugin-3.2.4)
    
    ---
    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 8210f62..ac729af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.3</version><!-- TODO remove when upgrading parent to 35 -->
+          <version>3.2.4</version><!-- TODO remove when upgrading parent to 35 -->
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>