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 1b042102b TIKA-4239: update aws, jackson, sqlite
1b042102b is described below

commit 1b042102b283cfbd0e2b39a02a47123696572a39
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Nov 28 12:54:21 2024 +0100

    TIKA-4239: update aws, jackson, sqlite
---
 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 dd25fa887..b884c5c81 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,7 +309,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.45.0</google.cloud.version>
-    <aws.version>1.12.778</aws.version>
+    <aws.version>1.12.779</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.
@@ -350,7 +350,7 @@
     <imageio.version>1.4.0</imageio.version>
     <!-- jackrabbit 2.21.23 requires java 11 -->
     <jackrabbit.version>2.21.22</jackrabbit.version>
-    <jackson.version>2.18.1</jackson.version>
+    <jackson.version>2.18.2</jackson.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>
     <javax.rest.version>2.1.1</javax.rest.version>
@@ -406,7 +406,7 @@
     <!-- NOTE: Spring 6 requires jdk17  -->
     <!-- remove from ossindex when bumping from 5.3.39 -->
     <spring.version>5.3.39</spring.version>
-    <sqlite.version>3.47.0.0</sqlite.version>
+    <sqlite.version>3.47.1.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.20.4</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->

Reply via email to