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/09/14 20:17:28 UTC

[commons-functor] branch master updated: Bump maven-shade-plugin from 3.3.0 to 3.4.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 c854ea3  Bump maven-shade-plugin from 3.3.0 to 3.4.0
c854ea3 is described below

commit c854ea374906d16e787eb98dd052aabdc8804930
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 14 20:05:20 2022 +0000

    Bump maven-shade-plugin from 3.3.0 to 3.4.0
    
    Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.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 dfbd8e5..27dab80 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.3.0</version>
+        <version>3.4.0</version>
         <configuration>
           <minimizeJar>true</minimizeJar>
           <createDependencyReducedPom>true</createDependencyReducedPom>