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/03/05 14:44:13 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, logback

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new ac78bd552 TIKA-4162: update aws, logback
ac78bd552 is described below

commit ac78bd5528e83ba6597b3abe92bbc34b31f8879e
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Tue Mar 5 15:44:04 2024 +0100

    TIKA-4162: update aws, logback
---
 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 b56be6ffe..352bbaf8a 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.671</aws.version>
+    <aws.version>1.12.672</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.
@@ -411,7 +411,7 @@
     <kafka.version>3.7.0</kafka.version>
     <netty.version>4.1.107.Final</netty.version>
     <snappy.java.version>1.1.10.5</snappy.java.version>
-    <logback.version>1.5.2</logback.version>
+    <logback.version>1.5.3</logback.version>
   </properties>
 
   <dependencyManagement>