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 c32695684 TIKA-4327: update microsoft-graph, aws, nimbus
c32695684 is described below
commit c32695684b5bc7a83544fa07dc7e80de891a80e2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 6 15:43:19 2025 +0200
TIKA-4327: update microsoft-graph, aws, nimbus
---
tika-parent/pom.xml | 6 +++---
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 99ec6d9b2..3f9deb4d4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.54.0</google.cloud.version>
<aws.version>1.12.788</aws.version>
- <aws2.version>2.32.14</aws2.version>
+ <aws2.version>2.32.16</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.
@@ -368,7 +368,7 @@
<icu4j.version>75.1</icu4j.version>
<imageio.version>1.4.0</imageio.version>
<jackrabbit.version>2.23.2-beta</jackrabbit.version>
- <jackson.version>2.19.2</jackson.version>
+ <jackson.version>2.20.0-rc1</jackson.version>
<jackcess.version>4.0.8</jackcess.version>
<jackcess.encrypt.version>4.0.3</jackcess.encrypt.version>
<jai.imageio.core.version>1.4.0</jai.imageio.core.version>
@@ -455,7 +455,7 @@
<xmpcore.version>6.1.11</xmpcore.version>
<zookeeper.version>3.9.3</zookeeper.version>
<zstd.version>1.5.7-4</zstd.version>
- <nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>10.4.1</nimbus-jose-jwt.version>
<javacpp.version>1.5.12</javacpp.version>
<!-- needs to exist even if empty due to problems with jacoco-maven-plugin
-->
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 422269771..2f5eeb3af 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.48.0</microsoft-graph.version>
+ <microsoft-graph.version>6.49.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.30.0-beta</msal4j.version>
<kotlin-stdlib.version>2.2.0</kotlin-stdlib.version>