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 582727bd6 TIKA-4456: update google cloud, reactor-netty, gson
582727bd6 is described below

commit 582727bd6d6d2e7c80645dfb44dbcc1fe13d4f42
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Sep 11 11:18:43 2025 +0200

    TIKA-4456: update google cloud, reactor-netty, gson
---
 tika-parent/pom.xml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d8b364ae3..032fa61bd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,7 +309,7 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.56.0</google.cloud.version>
+    <google.cloud.version>2.57.0</google.cloud.version>
     <aws.version>1.12.791</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in 
org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -399,7 +399,7 @@
     <!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module 
-->
     <quartz.version>2.3.2</quartz.version>
     <reactor.core.version>3.7.9</reactor.core.version>
-    <reactor.netty.version>1.3.0-M6</reactor.netty.version>
+    <reactor.netty.version>1.3.0-M7</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.1.0</scm.version>
     <sis.version>1.3</sis.version>
@@ -588,7 +588,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.13.1</version>
+        <version>2.13.2</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>
@@ -1126,6 +1126,11 @@
               <artifactId>jackrabbit-spi-commons</artifactId>
               <version>2.21.22</version>
             </coordinate>
+            <coordinate>
+                <groupId>org.apache.jackrabbit</groupId>
+                <artifactId>jackrabbit-jcr-commons</artifactId>
+                <version>2.21.22</version>
+            </coordinate>
             <!-- because of solr -->
             <coordinate>
               <groupId>commons-lang</groupId>
@@ -1217,12 +1222,6 @@
               <artifactId>spring-context</artifactId>
               <version>5.3.39</version>
             </coordinate>
-            <!-- CVE-2025-58782, but used only in examples -->
-            <coordinate>
-                <groupId>org.apache.jackrabbit</groupId>
-                <artifactId>jackrabbit-jcr-commons</artifactId>
-                <version>2.21.22</version>
-            </coordinate>
           </excludeCoordinates>
           <fail>true</fail>
         </configuration>

Reply via email to