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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new cf4906b  Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 
to 3.6.0 (#90)
cf4906b is described below

commit cf4906bfe70cd0ce2545cd3c699a2daa7a3e4ca3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 18:29:05 2024 -0400

    Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (#90)
    
    Bumps 
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
 from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 buildtools/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 2f58188..1cf5b50 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>3.5.3</version>
+            <version>3.6.0</version>
             <optional>true</optional>
             <scope>provided</scope>
         </dependency>
diff --git a/pom.xml b/pom.xml
index a725500..f02771f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-shade-plugin</artifactId>
-                     <version>3.5.3</version>
+                     <version>3.6.0</version>
                  </plugin>
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>

Reply via email to