You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/03/30 20:20:23 UTC

[commons-functor] branch master updated: Bump maven-shade-plugin from 3.2.4 to 3.3.0

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-functor.git


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

commit 5a2eb2dcb4ddfd08dd2fc2c47753e8b32a670b84
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 30 20:08:22 2022 +0000

    Bump maven-shade-plugin from 3.2.4 to 3.3.0
    
    Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 705ed99..dfbd8e5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -59,7 +59,7 @@
         <artifactId>maven-shade-plugin</artifactId>
         <!-- v1.7 is somehow not compatible with commons-parent 25; see
              http://svn.apache.org/viewvc?diff_format=h&view=revision&revision=1350822 -->
-        <version>3.2.4</version>
+        <version>3.3.0</version>
         <configuration>
           <minimizeJar>true</minimizeJar>
           <createDependencyReducedPom>true</createDependencyReducedPom>