This is an automated email from the ASF dual-hosted git repository.
mawiesne 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 c546974 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.1
(#49)
c546974 is described below
commit c54697481f5a25e464c9d52b0a2180cc565e513a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 07:08:45 2025 +0200
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.1 (#49)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 26ff914..e23bbbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<!-- maven plugin versions -->
<download.plugin.version>1.13.0</download.plugin.version>
<build-helper.plugin.version>3.6.1</build-helper.plugin.version>
- <exec.plugin.version>3.5.1</exec.plugin.version>
+ <exec.plugin.version>3.6.1</exec.plugin.version>
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
</properties>