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

asf-gitbox-commits 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 c79648bd81 TIKA-4327: update junrar, aws, google cloud, guava, 
reactor, spring, sqlite, swagger-annotations, oauth2, microsoft-graph
c79648bd81 is described below

commit c79648bd81fd9b8f9d3ab646ee039751185c252d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Apr 18 17:07:48 2026 +0200

    TIKA-4327: update junrar, aws, google cloud, guava, reactor, spring, 
sqlite, swagger-annotations, oauth2, microsoft-graph
---
 tika-parent/pom.xml                                    | 18 +++++++++---------
 .../tika-pipes-plugins/tika-pipes-google-drive/pom.xml |  2 +-
 .../tika-pipes-microsoft-graph/pom.xml                 |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 6f799a2800..99556ce928 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -315,8 +315,8 @@
     
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.66.0</google.cloud.version>
-    <aws2.version>2.42.33</aws2.version>
+    <google.cloud.version>2.67.0</google.cloud.version>
+    <aws2.version>2.42.36</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.
@@ -355,7 +355,7 @@
     <geoapi.version>3.0.2</geoapi.version>
     <gson.version>2.13.2</gson.version>
     <grpc.version>1.80.0</grpc.version>
-    <guava.version>33.5.0-jre</guava.version>
+    <guava.version>33.6.0-jre</guava.version>
     <h2.version>2.4.240</h2.version>
     <hdf5.version>1.14.3-1.5.10</hdf5.version>
     <httpcomponents.version>4.5.14</httpcomponents.version>
@@ -402,7 +402,7 @@
     <jsr305.version>3.0.2</jsr305.version>
     <junit6.version>6.0.3</junit6.version>
     <juniversalchardet.version>2.5.0</juniversalchardet.version>
-    <junrar.version>7.5.9</junrar.version>
+    <junrar.version>7.5.10</junrar.version>
     <jwarc.version>0.36.0</jwarc.version>
     <kafka.version>4.2.0</kafka.version>
     <kotlin-stdlib.version>2.3.20</kotlin-stdlib.version>
@@ -435,8 +435,8 @@
     <poi.version>5.5.1</poi.version>
     <protobuf.version>3.25.9</protobuf.version>
     <quartz.version>2.5.2</quartz.version>
-    <reactor.core.version>3.8.4</reactor.core.version>
-    <reactor.netty.version>1.3.4</reactor.netty.version>
+    <reactor.core.version>3.8.5</reactor.core.version>
+    <reactor.netty.version>1.3.5</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <slf4j.version>2.0.17</slf4j.version>
     <sis.version>1.6</sis.version>
@@ -448,8 +448,8 @@
      LBHttpSolrClient -> LBHttp2SolrClient -> LBJettySolrClient (doesn't work)
      -->
     <solrj.version>9.10.1</solrj.version>
-    <spring.version>7.0.6</spring.version>
-    <sqlite.version>3.51.3.0</sqlite.version>
+    <spring.version>7.0.7</spring.version>
+    <sqlite.version>3.53.0.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
     <testcontainers.version>2.0.4</testcontainers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
@@ -1230,7 +1230,7 @@
       <dependency>
         <groupId>io.swagger.core.v3</groupId>
         <artifactId>swagger-annotations</artifactId>
-        <version>2.2.47</version>
+        <version>2.2.48</version>
       </dependency>
       <dependency>
         <groupId>org.jetbrains.kotlin</groupId>
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml 
b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
index 405a756dea..25589cfe5b 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
@@ -32,7 +32,7 @@
     
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
     
<plugin.excluded.groupIds>org.apache.logging.log4j,org.slf4j</plugin.excluded.groupIds>
     
<google-api-services-drive.version>v3-rev20260405-2.0.0</google-api-services-drive.version>
-    
<google-auth-library-oauth2-http.version>1.45.0</google-auth-library-oauth2-http.version>
+    
<google-auth-library-oauth2-http.version>1.46.0</google-auth-library-oauth2-http.version>
     <google-api-client.version>2.9.0</google-api-client.version>
     <google-http-client.version>2.1.0</google-http-client.version>
   </properties>
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml 
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index 6449ac2758..849e0288fa 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Tika Pipes Microsoft Graph</name>
 
   <properties>
-    <microsoft-graph.version>6.62.0</microsoft-graph.version>
+    <microsoft-graph.version>6.63.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.30.0-beta</msal4j.version>
     <microsoft-kiota.version>1.9.2</microsoft-kiota.version>

Reply via email to