This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 dcfa4c29ac TIKA-4695: update aws, google cloud
dcfa4c29ac is described below
commit dcfa4c29acd0ca254945e7ce25666f158623339d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 7 05:41:39 2026 +0200
TIKA-4695: update aws, google cloud
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a76c9669e4..05a20fd401 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -313,8 +313,8 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
- <google.cloud.version>2.67.0</google.cloud.version>
- <aws2.version>2.44.1</aws2.version>
+ <google.cloud.version>2.68.0</google.cloud.version>
+ <aws2.version>2.44.3</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.