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/09/16 09:07:10 UTC

[tika] branch branch_2x updated: TIKA-4123: 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 db60b0f49 TIKA-4123: update aws, spring
db60b0f49 is described below

commit db60b0f491775c219bcb91dee189c7a0e4eea035
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Sep 16 11:06:58 2023 +0200

    TIKA-4123: 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 e008241c9..238911384 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,7 +306,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.27.0</google.cloud.version>
-    <aws.version>1.12.551</aws.version>
+    <aws.version>1.12.552</aws.version>
     <asm.version>9.5</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
@@ -388,7 +388,7 @@
     <slf4j.version>2.0.9</slf4j.version>
     <solrj.version>8.11.2</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
-    <spring.version>5.3.29</spring.version>
+    <spring.version>5.3.30</spring.version>
     <sqlite.version>3.43.0.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.19.0</test.containers.version>