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 697d7c047d TIKA-4327: update aws, apache parent
697d7c047d is described below
commit 697d7c047daf1f661a4ed067bbc8f9c58bb6faa2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jan 7 08:46:39 2026 +0100
TIKA-4327: 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 66e8bd5268..9eafeee3e0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>36</version>
<relativePath/>
</parent>
@@ -314,7 +314,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.