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 e05a9285d TIKA-4488: update aws, google cloud, azure, zstd,
error_prone_annotations
e05a9285d is described below
commit e05a9285ddeee31be059d2641ff17a685f6a9d62
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 23 09:36:16 2025 +0200
TIKA-4488: update aws, google cloud, azure, zstd, error_prone_annotations
---
tika-parent/pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index fc2a8f320..f993f24b0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,9 +309,9 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
- <google.cloud.version>2.58.1</google.cloud.version>
+ <google.cloud.version>2.59.0</google.cloud.version>
<aws.version>1.12.792</aws.version>
- <aws2.version>2.35.10</aws2.version>
+ <aws2.version>2.35.11</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.
@@ -319,8 +319,8 @@
<asm.version>9.9</asm.version>
<azure.core.version>1.57.0</azure.core.version>
<azure.core.http.netty.version>1.16.2</azure.core.http.netty.version>
- <azure.storage.blob.version>12.31.2</azure.storage.blob.version>
- <azure.storage.common>12.30.2</azure.storage.common>
+ <azure.storage.blob.version>12.32.0</azure.storage.blob.version>
+ <azure.storage.common>12.31.0</azure.storage.common>
<azure-identity.version>1.18.1</azure-identity.version>
<azure.json.version>1.5.0</azure.json.version>
<azure.xml.version>1.2.0</azure.xml.version>
@@ -454,7 +454,7 @@
<xmpcore.version>6.1.11</xmpcore.version>
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't
fail on windows) -->
<zookeeper.version>3.8.4</zookeeper.version>
- <zstd.version>1.5.7-5</zstd.version>
+ <zstd.version>1.5.7-6</zstd.version>
<nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
<logback.version>1.5.19</logback.version>
<javacpp.version>1.5.12</javacpp.version>
@@ -681,7 +681,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.42.0</version>
+ <version>2.43.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>