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/01/19 07:57:46 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, sqlite, 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 7b0c2eece TIKA-4162: update aws, sqlite, spring
7b0c2eece is described below

commit 7b0c2eece23f8233dfbb84e560420fc6f945067c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Jan 19 08:57:36 2024 +0100

    TIKA-4162: update aws, sqlite, spring
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index fd0a4aa18..911c7368e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.31.0</google.cloud.version>
-    <aws.version>1.12.639</aws.version>
+    <aws.version>1.12.640</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.
@@ -393,8 +393,8 @@
     <slf4j.version>2.0.10</slf4j.version>
     <solrj.version>8.11.2</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
-    <spring.version>5.3.30</spring.version>
-    <sqlite.version>3.44.1.0</sqlite.version>
+    <spring.version>5.3.31</spring.version>
+    <sqlite.version>3.45.0.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.19.3</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->