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/15 09:03:14 UTC

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

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 e3dc64916 TIKA-4162: update aws, spring
e3dc64916 is described below

commit e3dc6491665d08770b151ed162ad2d3358ccbce5
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Mar 15 10:03:05 2024 +0100

    TIKA-4162: update aws, spring
---
 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 1de720a6f..5fdd10be3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.35.0</google.cloud.version>
-    <aws.version>1.12.679</aws.version>
+    <aws.version>1.12.680</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.
@@ -395,7 +395,7 @@
     <slf4j.version>2.0.10</slf4j.version>
     <solrj.version>8.11.3</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
-    <spring.version>5.3.32</spring.version>
+    <spring.version>5.3.33</spring.version>
     <sqlite.version>3.45.2.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.19.7</test.containers.version>