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/29 09:25:18 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 e99bb246f TIKA-4162: update aws, logback
e99bb246f is described below

commit e99bb246f9a9695500d26a9de906c2b402f43f23
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 29 10:25:05 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 19a5203d5..4be4d9b83 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.668</aws.version>
+    <aws.version>1.12.669</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.
@@ -410,7 +410,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.0</logback.version>
+    <logback.version>1.5.1</logback.version>
   </properties>
 
   <dependencyManagement>