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 2024/02/22 10:29:50 UTC

(tika) branch branch_2x updated (ced9409d1 -> b42a631c2)

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

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


    from ced9409d1 TIKA-4162: update aws, maven shade plugin, logback
     new b0ac611b6 TIKA-4162: update aws, testcontainers
     new b42a631c2 TIKA-4162: update scala-reflect

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


(tika) 01/02: TIKA-4162: update aws, testcontainers

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b0ac611b69f931cb145e7bfbc169e661d2830e7c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 22 11:29:15 2024 +0100

    TIKA-4162: update aws, testcontainers
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 347ff0c7c..5b87a3b56 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.34.0</google.cloud.version>
-    <aws.version>1.12.663</aws.version>
+    <aws.version>1.12.664</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -397,7 +397,7 @@
     <spring.version>5.3.32</spring.version>
     <sqlite.version>3.45.1.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
-    <test.containers.version>1.19.5</test.containers.version>
+    <test.containers.version>1.19.6</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
     <tukaani.version>1.9</tukaani.version>
     <twelvemonkeys.version>3.10.1</twelvemonkeys.version>


(tika) 02/02: TIKA-4162: update scala-reflect

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b42a631c2e6474099d324a9f9c28ed77c9d68319
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 22 11:29:34 2024 +0100

    TIKA-4162: update scala-reflect
---
 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 a01dde717..01eb26011 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -55,7 +55,7 @@
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-reflect</artifactId>
-        <version>2.13.12</version>
+        <version>2.13.13</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>