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 eb66cd10b TIKA-4488: update aws, jna, log4j
eb66cd10b is described below
commit eb66cd10b759e03056b3de98744be3ab13fb115d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Sep 23 08:07:29 2025 +0200
TIKA-4488: update aws, jna, 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 bf6ca665e..86a020fe2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.57.0</google.cloud.version>
<aws.version>1.12.791</aws.version>
- <aws2.version>2.34.0</aws2.version>
+ <aws2.version>2.34.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.
@@ -388,7 +388,7 @@
<!-- 12.0.* needs java 17 -->
<jetty.version>11.0.26</jetty.version>
<jhighlight.version>1.1.0</jhighlight.version>
- <jna.version>5.17.0</jna.version>
+ <jna.version>5.18.0</jna.version>
<json.simple.version>1.1.1</json.simple.version>
<jsoup.version>1.21.2</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
@@ -399,7 +399,7 @@
<jwarc.version>0.32.0</jwarc.version>
<kafka.version>4.1.0</kafka.version>
<libpst.version>0.9.3</libpst.version>
- <log4j2.version>2.25.1</log4j2.version>
+ <log4j2.version>2.25.2</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.2</lucene.version>
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>