This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 f017b912af TIKA-4738: update aws, jna
f017b912af is described below
commit f017b912af212f880db26583b10f78df91741cb0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jun 13 10:34:56 2026 +0200
TIKA-4738: update aws, jna
---
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 729a9fd34a..cbe8d95956 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,7 +314,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.69.0</google.cloud.version>
- <aws2.version>2.46.8</aws2.version>
+ <aws2.version>2.46.9</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.
@@ -385,7 +385,7 @@
<jetty.version>11.0.26</jetty.version>
<!-- 2.0.* needs java 17 -->
<jhighlight.version>1.1.1</jhighlight.version>
- <jna.version>5.19.0</jna.version>
+ <jna.version>5.19.1</jna.version>
<json.simple.version>1.1.1</json.simple.version>
<jsoup.version>1.22.2</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>