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:21 UTC

[tika] branch main updated (f8de9d6d1 -> 647714a73)

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

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


    from f8de9d6d1 TIKA-3795: update netty-tcnative-classes
     new cb0d7f91b TIKA-3795: update aws
     new 647714a73 TIKA-3795: update commons-collections

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tika-parent/pom.xml                                      |  2 +-
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)


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

Posted by ti...@apache.org.
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 -->


[tika] 01/02: TIKA-3795: update aws

Posted by ti...@apache.org.
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 cb0d7f91ba11943213e19eeb4d94aaa6d06adfb8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun Jun 19 11:08:35 2022 +0200

    TIKA-3795: update aws
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 33801bf80..05d53ec25 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,7 +287,7 @@
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.version>1.12.242</aws.version>
+    <aws.version>1.12.243</aws.version>
     <google.cloud.version>2.8.1</google.cloud.version>
     <asm.version>9.3</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>