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 e3cd4e5db1 TIKA-4327: update msal4j, google-http-client
e3cd4e5db1 is described below
commit e3cd4e5db1d6bde0fc7d9380107eae7a13321999
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jul 21 13:30:02 2026 +0200
TIKA-4327: update msal4j, google-http-client
---
tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 2 +-
tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 0842f938f0..299b34a86d 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
@@ -33,7 +33,7 @@
<google-api-services-drive.version>v3-rev20260712-2.0.0</google-api-services-drive.version>
<google-auth-library-oauth2-http.version>1.49.0</google-auth-library-oauth2-http.version>
<google-api-client.version>2.9.0</google-api-client.version>
- <google-http-client.version>2.1.1</google-http-client.version>
+ <google-http-client.version>2.2.0</google-http-client.version>
</properties>
<dependencyManagement>
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 e8f3ff325b..c631f38a6e 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
@@ -31,7 +31,7 @@
<properties>
<microsoft-graph.version>6.66.1</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
- <msal4j.version>1.25.0</msal4j.version>
+ <msal4j.version>1.25.1</msal4j.version>
<microsoft-kiota.version>1.9.3</microsoft-kiota.version>
<!-- Never include the core artifacts in your plugin lib directory. If you
do, it will cause the classloading
to get messed up when finding your plugins. -->