This is an automated email from the ASF dual-hosted git repository.
rzo1 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 4e4171f17 Bump org.codehaus.mojo:license-maven-plugin from 2.4.0 to
2.5.0
4e4171f17 is described below
commit 4e4171f1716628e094134abe9b56caaa1e331436
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 04:07:11 2024 +0000
Bump org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0
Bumps
[org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin)
from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/license-maven-plugin/compare/2.4.0...2.5.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 626876d14..19a6d5508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1443,7 +1443,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.5.0</version>
<configuration>
<useMissingFile>true</useMissingFile>
<failOnMissing>true</failOnMissing>