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

rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 4efb423f9 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 
to 3.6.1 (#8247)
4efb423f9 is described below

commit 4efb423f9f413547760bc246c83acd1188680554
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 18 00:42:58 2025 +0100

    Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 (#8247)
    
    * Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1
    
    Bumps 
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
 from 3.6.0 to 3.6.1.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.0...v3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-version: 3.6.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 DEPENDENCY-LICENSES                                      | 2 +-
 storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index ac674fb28..06ded7edf 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -66,7 +66,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Kafka (org.apache.kafka:kafka-clients:4.1.0 - 
https://kafka.apache.org)
         * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.25.1 - 
https://logging.apache.org/log4j/2.x/)
         * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.1 - 
https://logging.apache.org/log4j/2.x/)
-        * Apache Maven Shade Plugin 
(org.apache.maven.plugins:maven-shade-plugin:3.6.0 - 
https://maven.apache.org/plugins/maven-shade-plugin/)
+        * Apache Maven Shade Plugin 
(org.apache.maven.plugins:maven-shade-plugin:3.6.1 - 
https://maven.apache.org/plugins/maven-shade-plugin/)
         * Apache Maven Shared Utils 
(org.apache.maven.shared:maven-shared-utils:3.2.1 - 
https://maven.apache.org/shared/maven-shared-utils/)
         * Apache Thrift (org.apache.thrift:libthrift:0.22.0 - 
https://thrift.apache.org/)
         * Apache XBean :: Spring (org.apache.xbean:xbean-spring:4.27 - 
http://geronimo.apache.org/maven/xbean/4.27/xbean-spring)
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml 
b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index e4660cb2e..09e180210 100644
--- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
+++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>3.6.0</version>
+            <version>3.6.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Reply via email to