This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new e82a3d4 Bump
com.googlecode.maven-download-plugin:download-maven-plugin
e82a3d4 is described below
commit e82a3d49268d7a4f8fae899bd95406f33d0cf346
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 05:09:20 2024 +0000
Bump com.googlecode.maven-download-plugin:download-maven-plugin
Bumps
[com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin)
from 1.6.7 to 1.9.0.
- [Release
notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
-
[Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.6.7...1.9.0)
---
updated-dependencies:
- dependency-name:
com.googlecode.maven-download-plugin:download-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
summarizer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/summarizer/pom.xml b/summarizer/pom.xml
index 2127438..887e111 100644
--- a/summarizer/pom.xml
+++ b/summarizer/pom.xml
@@ -33,7 +33,7 @@
<properties>
<wordnet-dict.version>3.1</wordnet-dict.version>
- <maven.download.plugin>1.6.7</maven.download.plugin>
+ <maven.download.plugin>1.9.0</maven.download.plugin>
</properties>
<dependencies>