This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5780f9ff0 TIKA-4327: update aws, google cloud, jaxb; introduce 
angus-activation because of convergence problem
5780f9ff0 is described below

commit 5780f9ff07a37484ca394ef102ae48cb9603e2e9
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Sep 24 12:09:52 2025 +0200

    TIKA-4327: update aws, google cloud, jaxb; introduce angus-activation 
because of convergence problem
---
 tika-parent/pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 17f321cf0..d6ad43105 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,9 +310,9 @@
 
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.57.0</google.cloud.version>
+    <google.cloud.version>2.58.0</google.cloud.version>
     <aws.version>1.12.791</aws.version>
-    <aws2.version>2.34.1</aws2.version>
+    <aws2.version>2.34.2</aws2.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.
@@ -379,7 +379,7 @@
     <jakarta.xml.soap.version>3.0.2</jakarta.xml.soap.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>
-    <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
+    <jaxb.runtime.version>4.0.6</jaxb.runtime.version>
     <jbig2.version>3.0.4</jbig2.version>
     <jcommander.version>1.82</jcommander.version>
     <jdom2.version>2.0.6.1</jdom2.version>
@@ -501,6 +501,12 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
+      <dependency>
+        <groupId>org.eclipse.angus</groupId>
+        <artifactId>angus-activation</artifactId>
+        <version>2.0.3</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-bom</artifactId>

Reply via email to