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/opennlp-models.git
The following commit(s) were added to refs/heads/main by this push:
new 023b003 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0
to 3.6.1
023b003 is described below
commit 023b00317109f244505dc1334eb793be9277859e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 04:47:33 2025 +0000
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 29992d9..b421bab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<!-- maven plugin versions -->
<download.plugin.version>1.13.0</download.plugin.version>
- <build-helper.plugin.version>3.6.0</build-helper.plugin.version>
+ <build-helper.plugin.version>3.6.1</build-helper.plugin.version>
<exec.plugin.version>3.5.1</exec.plugin.version>
<javadoc.plugin.version>3.11.2</javadoc.plugin.version>
</properties>