This is an automated email from the ASF dual-hosted git repository.
tilman 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 24993add37 TIKA-4695: update kiota, grpc, jackson, testcontainers
24993add37 is described below
commit 24993add372539863c7373d2356e36159aee4c45
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Mar 23 13:16:45 2026 +0100
TIKA-4695: update kiota, grpc, jackson, testcontainers
---
tika-parent/pom.xml | 7 ++++---
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b877dbab73..dc360c6012 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -305,6 +305,7 @@
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
<!-- can't update to 11, needs jdk17 -->
<puppycrawl.version>10.26.1</puppycrawl.version>
+ <!-- can't update to 11, needs jdk17 -->
<rat.version>0.17</rat.version>
<spotless.goal>apply</spotless.goal>
<!-- needs to be 2.x for Java 11 -->
@@ -353,7 +354,7 @@
<geoapi.version>3.0.2</geoapi.version>
<gson.version>2.13.2</gson.version>
<guava.version>33.5.0-jre</guava.version>
- <grpc.version>1.79.0</grpc.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>
<httpcomponents.version>4.5.14</httpcomponents.version>
@@ -364,7 +365,7 @@
<icu4j.version>75.1</icu4j.version>
<imageio.version>1.4.0</imageio.version>
<jackrabbit.version>2.22.2</jackrabbit.version>
- <jackson.version>2.21.1</jackson.version>
+ <jackson.version>2.21.2</jackson.version>
<jackcess.version>4.0.10</jackcess.version>
<jackcess.encrypt.version>4.0.3</jackcess.encrypt.version>
<jai.imageio.core.version>1.4.0</jai.imageio.core.version>
@@ -435,7 +436,7 @@
<spring.version>5.3.39</spring.version>
<sqlite.version>3.51.3.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
- <testcontainers.version>2.0.3</testcontainers.version>
+ <testcontainers.version>2.0.4</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.12</tukaani.version>
<twelvemonkeys.version>3.13.1</twelvemonkeys.version>
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 2d105fafd1..a9b6ac26bc 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -33,7 +33,7 @@
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.23.1</msal4j.version>
<kotlin-stdlib.version>2.3.20</kotlin-stdlib.version>
- <microsoft-kiota.version>1.9.1</microsoft-kiota.version>
+ <microsoft-kiota.version>1.9.2</microsoft-kiota.version>
</properties>
<dependencyManagement>