This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new c499c7af Bump org.codehaus.mojo:license-maven-plugin from 2.4.0 to
2.5.0
c499c7af is described below
commit c499c7afbe3407435fc90405add2c5ec1baac3e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 04:02:43 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 4fb59177..23167379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
<commons.io.version>2.17.0</commons.io.version>
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
<testcontainers.version>1.20.4</testcontainers.version>
- <maven.mojo.license.plugin>2.4.0</maven.mojo.license.plugin>
+ <maven.mojo.license.plugin>2.5.0</maven.mojo.license.plugin>
<jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>1.00</jacoco.classRatio>