This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 43cbdae694 TIKA-4327: update aws, commons-collections
43cbdae694 is described below
commit 43cbdae69472863f53f4f712f0331a1cd62f0615
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 15 15:55:54 2026 +0200
TIKA-4327: update aws, commons-collections
---
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 20a2431237..9efe070db6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.71.0</google.cloud.version>
- <aws2.version>2.51.3</aws2.version>
+ <aws2.version>2.53.1</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.
@@ -336,7 +336,7 @@
<commonmark.version>0.30.0</commonmark.version>
<commons.cli.version>1.11.0</commons.cli.version>
<commons.codec.version>1.22.1</commons.codec.version>
- <commons.collections4.version>4.5.0</commons.collections4.version>
+ <commons.collections4.version>4.6.0</commons.collections4.version>
<commons.compress.version>1.28.0</commons.compress.version>
<commons.csv.version>1.14.1</commons.csv.version>
<commons.exec.version>1.6.0</commons.exec.version>