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 b447000860 TIKA-4327: update aws, jna
b447000860 is described below

commit b44700086064d0b2a496f55e49a56b5d56ba0655
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jun 13 10:35:17 2026 +0200

    TIKA-4327: 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 8c8df5fe42..ddda7d8940 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -316,7 +316,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.
@@ -395,7 +395,7 @@
     <jetty.version>11.0.26</jetty.version>
     <jetty.http2.version>11.0.26</jetty.http2.version>
     <jhighlight.version>2.0.0</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>

Reply via email to