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 bc28089049 TIKA-4488: update aws, apache parent
bc28089049 is described below
commit bc28089049008564b6c7919f885de36f7cf57794
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jan 7 09:47:37 2026 +0100
TIKA-4488: update aws, apache parent
---
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 0f9f883050..2eab6f5f12 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>36</version>
<relativePath />
</parent>
@@ -313,7 +313,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.61.0</google.cloud.version>
- <aws2.version>2.41.1</aws2.version>
+ <aws2.version>2.41.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.