This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 16e784f59c TIKA-4695: update junrar, aws, google cloud, guava,
reactor, spring, sqlite, microsoft-graph
16e784f59c is described below
commit 16e784f59c2cbed93e9f74f5ed480335afe48f40
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Apr 18 17:09:57 2026 +0200
TIKA-4695: update junrar, aws, google cloud, guava, reactor, spring,
sqlite, microsoft-graph
---
tika-parent/pom.xml | 14 +++++++-------
.../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0336332cee..9371142127 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -313,8 +313,8 @@
<!-- 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.
@@ -353,7 +353,7 @@
<freemarker.version>2.3.34</freemarker.version>
<geoapi.version>3.0.2</geoapi.version>
<gson.version>2.13.2</gson.version>
- <guava.version>33.5.0-jre</guava.version>
+ <guava.version>33.6.0-jre</guava.version>
<grpc.version>1.80.0</grpc.version>
<h2.version>2.4.240</h2.version>
<hdf5.version>1.14.3-1.5.10</hdf5.version>
@@ -393,7 +393,7 @@
<!-- junit 6.x requires jdk 17 -->
<junit5.version>5.14.3</junit5.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>
<libpst.version>0.9.3</libpst.version>
@@ -424,8 +424,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>
<scm.version>2.2.1</scm.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -435,7 +435,7 @@
<!-- NOTE: Spring 6 requires jdk17 -->
<!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
- <sqlite.version>3.51.3.0</sqlite.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 -->
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index a9b6ac26bc..a7b0d5f0c1 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</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.23.1</msal4j.version>
<kotlin-stdlib.version>2.3.20</kotlin-stdlib.version>