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 fa6895c61f TIKA-4327: update aws, azure, error-prone-annotations
new 50cb0fa1dc Merge branch 'main' of
https://gitbox.apache.org/repos/asf/tika
fa6895c61f is described below
commit fa6895c61ffe6ed9d0932caae1e03b9373e04652
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Apr 9 09:04:22 2026 +0200
TIKA-4327: update aws, azure, error-prone-annotations
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4d461da3d3..02999d9854 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -315,13 +315,13 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.64.1</google.cloud.version>
- <aws2.version>2.42.29</aws2.version>
+ <aws2.version>2.42.31</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.
-->
<asm.version>9.9.1</asm.version>
- <azure.version>1.3.5</azure.version>
+ <azure.version>1.3.6</azure.version>
<biz.aqute.version>7.2.3</biz.aqute.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
@@ -695,7 +695,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.48.0</version>
+ <version>2.49.0</version>
</dependency>
<!-- avoid dependency convergence error in Google Cloud Storage fetcher
starting with grpc 1.79.0 with google cloud 2.62.1 -->