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 2023/08/12 11:50:38 UTC

[tika] branch main updated (b44c76944 -> c844e0f45)

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 b44c76944 Merge pull request #1282 from apache/dependabot/maven/aws.version-1.12.527
     new 241846bd7 TIKA-4064: update zookeeper
     new c844e0f45 TIKA-4064: update aws, commons-lang3 and jackrabbit

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                                      | 6 +++---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[tika] 01/02: TIKA-4064: update zookeeper

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 241846bd709e143903cf0f454c0e747e382fc8e8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Aug 12 13:49:35 2023 +0200

    TIKA-4064: update zookeeper
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a69422970..35817520f 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -97,7 +97,7 @@
       <dependency>
           <groupId>org.apache.zookeeper</groupId>
           <artifactId>zookeeper</artifactId>
-          <version>3.8.2</version>
+          <version>3.9.0</version>
           <exclusions>
               <exclusion>
                   <groupId>io.netty</groupId>


[tika] 02/02: TIKA-4064: update aws, commons-lang3 and jackrabbit

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 c844e0f450e5665f329c518eb9bdc88f1d4f0ee2
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Aug 12 13:50:23 2023 +0200

    TIKA-4064: update aws, commons-lang3 and jackrabbit
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 85bc7dacf..41b1af786 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,7 +306,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.26.0</google.cloud.version>
-    <aws.version>1.12.527</aws.version>
+    <aws.version>1.12.528</aws.version>
     <asm.version>9.5</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
@@ -320,7 +320,7 @@
     <commons.csv.version>1.10.0</commons.csv.version>
     <commons.exec.version>1.3</commons.exec.version>
     <commons.io.version>2.13.0</commons.io.version>
-    <commons.lang3.version>3.12.0</commons.lang3.version>
+    <commons.lang3.version>3.13.0</commons.lang3.version>
     <commons.logging.version>1.2</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.9.0</commons.net.version>
@@ -338,7 +338,7 @@
     <!-- versions greater than 62.2 are not compatible with icu4j handler in lucene 8.11.1 -->
     <icu4j.version>62.2</icu4j.version>
     <imageio.version>1.4.0</imageio.version>
-    <jackrabbit.version>2.21.18</jackrabbit.version>
+    <jackrabbit.version>2.21.19</jackrabbit.version>
     <jackson.version>2.15.2</jackson.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>