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 7aa3f81 Bump
com.googlecode.maven-download-plugin:download-maven-plugin
7aa3f81 is described below
commit 7aa3f8100dd40ae78a775a3423bf42debcef7f58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 21 04:37:25 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.10.0 to 1.11.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.10.0...1.11.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]>
---
opennlp-coref/pom.xml | 2 +-
summarizer/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opennlp-coref/pom.xml b/opennlp-coref/pom.xml
index fde45cf..e9464c7 100644
--- a/opennlp-coref/pom.xml
+++ b/opennlp-coref/pom.xml
@@ -35,7 +35,7 @@
<properties>
<wordnet-dict.version>3.1</wordnet-dict.version>
- <maven.download.plugin>1.10.0</maven.download.plugin>
+ <maven.download.plugin>1.11.0</maven.download.plugin>
</properties>
<dependencies>
diff --git a/summarizer/pom.xml b/summarizer/pom.xml
index 20a303f..4f07dcc 100644
--- a/summarizer/pom.xml
+++ b/summarizer/pom.xml
@@ -34,7 +34,7 @@
<wordnet.version>2.4.0</wordnet.version>
<wordnet-dict.version>3.1</wordnet-dict.version>
- <maven.download.plugin>1.10.0</maven.download.plugin>
+ <maven.download.plugin>1.11.0</maven.download.plugin>
</properties>
<repositories>
<repository>