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 4fa7ee983 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0
to 3.6.1 (#8105)
4fa7ee983 is described below
commit 4fa7ee98326db91acbba18b62cc688af3a1d0305
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 11:05:06 2025 +0100
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#8105)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.6.0 to 3.6.1.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.1
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>
---
sql/storm-sql-core/pom.xml | 2 +-
storm-shaded-deps/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index db199a972..32f6b5472 100644
--- a/sql/storm-sql-core/pom.xml
+++ b/sql/storm-sql-core/pom.xml
@@ -287,7 +287,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<id>add-generated-sources</id>
diff --git a/storm-shaded-deps/pom.xml b/storm-shaded-deps/pom.xml
index 5bddaeb2b..b9222fea2 100644
--- a/storm-shaded-deps/pom.xml
+++ b/storm-shaded-deps/pom.xml
@@ -427,7 +427,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<id>workaround-makeItVisibleOnIntellij</id>