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 f055e29cb TIKA-4488: update aws, jna
f055e29cb is described below
commit f055e29cba78ad11f9735c2e85345dc84b321693
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Oct 1 06:38:14 2025 +0200
TIKA-4488: 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 d0268e05e..7fdd8b186 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,7 +311,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.58.0</google.cloud.version>
<aws.version>1.12.791</aws.version>
- <aws2.version>2.34.6</aws2.version>
+ <aws2.version>2.34.7</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.
@@ -387,7 +387,7 @@
<!-- 12.0.* needs java 17 -->
<jetty.version>11.0.26</jetty.version>
<jhighlight.version>1.1.0</jhighlight.version>
- <jna.version>5.18.0</jna.version>
+ <jna.version>5.18.1</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>