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/13 08:28:26 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, jackson, netty, sqlite

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 dd817dbbf TIKA-4162: update aws, jackson, netty, sqlite
dd817dbbf is described below

commit dd817dbbf2ea61b042dcb38cfa3eab83c491a7c2
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Wed Mar 13 09:28:19 2024 +0100

    TIKA-4162: update aws, jackson, netty, sqlite
---
 tika-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5be30b4d5..d193acddb 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.676</aws.version>
+    <aws.version>1.12.678</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.
@@ -345,7 +345,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.16.2</jackson.version>
+    <jackson.version>2.17.0</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>
@@ -388,7 +388,7 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>5.2.5</poi.version>
     <quartz.version>2.3.2</quartz.version>
-    <reactor.netty.version>1.1.15</reactor.netty.version>
+    <reactor.netty.version>1.1.17</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.0.1</scm.version>
     <sis.version>1.3</sis.version>
@@ -396,7 +396,7 @@
     <solrj.version>8.11.3</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
     <spring.version>5.3.32</spring.version>
-    <sqlite.version>3.45.1.0</sqlite.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>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
@@ -672,7 +672,7 @@
       <dependency>
         <groupId>io.projectreactor</groupId>
         <artifactId>reactor-core</artifactId>
-        <version>3.6.2</version>
+        <version>3.6.4</version>
       </dependency>
       <dependency>
         <groupId>io.projectreactor.netty</groupId>