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 fabe2f0 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
(#57)
fabe2f0 is described below
commit fabe2f0bf7ec301aaf1c9d7255dc349a076d5a7c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 10:29:47 2025 +0100
Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (#57)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2b2b749..2925869 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.6.2</exec.plugin.version>
+ <exec.plugin.version>3.6.3</exec.plugin.version>
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
</properties>