You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/06/19 09:10:23 UTC

[tika] 02/02: TIKA-3795: update commons-collections

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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 647714a73646c94e260943a40a65f275c42e35eb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun Jun 19 11:10:11 2022 +0200

    TIKA-3795: update commons-collections
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index b9cc5a4e5..eca6520d0 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -146,9 +146,9 @@
           <version>3.6.1</version>
       </dependency>
       <dependency>
-          <groupId>commons-collections</groupId>
-          <artifactId>commons-collections</artifactId>
-          <version>3.2.2</version>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-collections4</artifactId>
+          <version>${commons.collections4.version}</version>
       </dependency>
       <dependency>
           <groupId>org.apache.curator</groupId>
@@ -176,6 +176,10 @@
           <groupId>io.netty</groupId>
           <artifactId>netty-buffer</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- Test dependencies -->