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 f18faef Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
f18faef is described below
commit f18faefc15c80f41be896642f7173c1def82ee6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 07:08:54 2024 +0000
Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-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 ac91bc0..2c1996d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<download.plugin.version>1.11.0</download.plugin.version>
<compiler.plugin.version>3.13.0</compiler.plugin.version>
<build-helper.plugin.version>3.6.0</build-helper.plugin.version>
- <exec.plugin.version>3.4.1</exec.plugin.version>
+ <exec.plugin.version>3.5.0</exec.plugin.version>
<javadoc.plugin.version>3.10.1</javadoc.plugin.version>
</properties>