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 b394f9a Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.1
b394f9a is described below
commit b394f9a0995a72660b89203fe5524689884710b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 04:57:26 2024 +0000
Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.1
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.1)
---
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 58c713f..52aa3f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<download.plugin.version>1.9.0</download.plugin.version>
<compiler.plugin.version>3.10.1</compiler.plugin.version>
<build-helper.plugin.version>3.6.0</build-helper.plugin.version>
- <exec.plugin.version>3.3.0</exec.plugin.version>
+ <exec.plugin.version>3.4.1</exec.plugin.version>
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
</properties>