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 06c8ea986 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1
to 3.6.2 (#8474)
06c8ea986 is described below
commit 06c8ea986d4f7f3a17d09ca2e3515bfe7ca9d10a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 10:50:30 2026 +0100
Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (#8474)
Bumps
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index bbcb439b1..4132d4c68 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.1</version>
+ <version>3.6.2</version>
<scope>provided</scope>
</dependency>
</dependencies>