This is an automated email from the ASF dual-hosted git repository.

mawiesne 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 f6be8d3  Bump 
com.googlecode.maven-download-plugin:download-maven-plugin (#180)
f6be8d3 is described below

commit f6be8d33a198cb5492efd388fc14ca986e44a198
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 14:36:57 2024 +0100

    Bump com.googlecode.maven-download-plugin:download-maven-plugin (#180)
    
    Bumps 
[com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin)
 from 1.11.0 to 1.11.1.
    - [Release 
notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
    - 
[Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.11.0...1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: 
com.googlecode.maven-download-plugin:download-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 e9464c7..ded5df6 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.11.0</maven.download.plugin>
+               <maven.download.plugin>1.11.1</maven.download.plugin>
        </properties>
 
        <dependencies>
diff --git a/summarizer/pom.xml b/summarizer/pom.xml
index 4f07dcc..8701a8a 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.11.0</maven.download.plugin>
+    <maven.download.plugin>1.11.1</maven.download.plugin>
   </properties>
   <repositories>
     <repository>

Reply via email to