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/02/16 09:11:22 UTC

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

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

commit f22eb81d233b5eef8a7a1a6efe1df09c1da05364
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Feb 16 10:11:09 2024 +0100

    TIKA-4162: update aws, spring, protobuf-java
---
 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 b7decfd10..56939eae8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.34.0</google.cloud.version>
-    <aws.version>1.12.659</aws.version>
+    <aws.version>1.12.660</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.
@@ -394,7 +394,7 @@
     <slf4j.version>2.0.10</slf4j.version>
     <solrj.version>8.11.3</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
-    <spring.version>5.3.31</spring.version>
+    <spring.version>5.3.32</spring.version>
     <sqlite.version>3.45.1.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.19.5</test.containers.version>
@@ -589,7 +589,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.25.1</version>
+        <version>3.25.3</version>
       </dependency>
       <dependency>
         <groupId>com.h2database</groupId>