You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2022/11/04 19:02:05 UTC

[opennlp-sandbox] branch master updated: Bump commons-collections from 3.1 to 3.2.2 in /opennlp-similarity (#57)

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

jzemerick 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 c253604  Bump commons-collections from 3.1 to 3.2.2 in /opennlp-similarity (#57)
c253604 is described below

commit c253604ad93910b78f978d3775382f091dc5b110
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 4 15:02:00 2022 -0400

    Bump commons-collections from 3.1 to 3.2.2 in /opennlp-similarity (#57)
    
    Bumps commons-collections from 3.1 to 3.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: commons-collections:commons-collections
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 opennlp-similarity/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index 506a403..bfa34b6 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -121,7 +121,7 @@
 		<dependency>
 			<groupId>commons-collections</groupId>
 			<artifactId>commons-collections</artifactId>
-			<version>3.1</version>
+			<version>3.2.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.commons</groupId>