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 33a49c28c TIKA-4327: update aws, google cloud, log4j
33a49c28c is described below
commit 33a49c28c3291e1a5b831bfe21faa17d8ffb9a85
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Dec 17 06:48:30 2025 +0100
TIKA-4327: update aws, google cloud, log4j
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index bc3781b3b..e41daffc2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,8 +312,8 @@
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
- <google.cloud.version>2.60.0</google.cloud.version>
- <aws2.version>2.40.8</aws2.version>
+ <google.cloud.version>2.61.0</google.cloud.version>
+ <aws2.version>2.40.10</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.
@@ -403,7 +403,7 @@
<jwarc.version>0.32.0</jwarc.version>
<kafka.version>4.1.1</kafka.version>
<libpst.version>0.9.3</libpst.version>
- <log4j2.version>2.25.2</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.3</lucene.version>
<maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>