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

commit 0018039c6202576dcd3a32f779ec2bc0f8a4bc92
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Oct 1 06:37:36 2025 +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 65c9830c4..529806259 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,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.
@@ -394,7 +394,7 @@
     <jetty.version>11.0.26</jetty.version>
     <jetty.http2.version>11.0.26</jetty.http2.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>

Reply via email to