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 a59616591 TIKA-4327: update aws, tukaani
a59616591 is described below
commit a59616591f1839feeff02172dc37437f1d55622f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Nov 20 14:24:18 2025 +0100
TIKA-4327: update aws, tukaani
---
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 09b78338c..8897e1c85 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,7 +311,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.60.0</google.cloud.version>
- <aws2.version>2.38.9</aws2.version>
+ <aws2.version>2.39.0</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.
@@ -443,7 +443,7 @@
<testcontainers.version>2.0.2</testcontainers.version>
<testcontainersv1.version>1.21.3</testcontainersv1.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
- <tukaani.version>1.10</tukaani.version>
+ <tukaani.version>1.11</tukaani.version>
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>
<uimafit.version>3.6.1</uimafit.version>
<uimaj.core.version>3.6.1</uimaj.core.version>