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 2989c8c12 TIKA-4327: update aws, jetty
2989c8c12 is described below

commit 2989c8c129267bbffc9b15a340f66b88f11151db
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 16 10:38:30 2025 +0200

    TIKA-4327: update aws, jetty
---
 tika-parent/pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 32b56950b..f27d15104 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.55.0</google.cloud.version>
     <aws.version>1.12.788</aws.version>
-    <aws2.version>2.32.23</aws2.version>
+    <aws2.version>2.32.24</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.
@@ -391,8 +391,8 @@
          but this class is now in org.eclipse.jetty.client, see also 
          
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html 
          when updating, see also TODO in 
PipesBiDirectionalStreamingIntegrationTest -->
-    <jetty.version>11.0.25</jetty.version>
-    <jetty.http2.version>11.0.25</jetty.http2.version>
+    <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.17.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>
@@ -1238,7 +1238,13 @@
             <coordinate>
               <groupId>org.eclipse.jetty</groupId>
               <artifactId>jetty-http</artifactId>
-              <version>11.0.25</version>
+              <version>11.0.26</version>
+            </coordinate>
+            <!-- [CVE-2025-1948], used in the Solr emitter. No apparent 
upgrade available yet. -->
+            <coordinate>
+                <groupId>org.eclipse.jetty.http2</groupId>
+                <artifactId>http2-common</artifactId>
+                <version>11.0.26</version>
             </coordinate>
             <!-- used only in tests and in tika-eval, and this problem 
requires the use of the console.
                  https://github.com/h2database/h2database/issues/1294 -->
@@ -1273,12 +1279,6 @@
                 <artifactId>hdf5-platform</artifactId>
                 <version>1.14.3-1.5.10</version>
             </coordinate>
-            <!-- [CVE-2025-1948], used in the Solr emitter. No apparent 
upgrade available yet. -->
-            <coordinate>
-                <groupId>org.eclipse.jetty.http2</groupId>
-                <artifactId>http2-common</artifactId>
-                <version>11.0.25</version>
-            </coordinate>
           </excludeCoordinates>
           <fail>true</fail>
         </configuration>

Reply via email to