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 b86f8c442 TIKA-4455: update aws, jetty; add spring-core to oss
b86f8c442 is described below

commit b86f8c44275f0134d8a6d975ecc006181bd12243
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 16 10:37:58 2025 +0200

    TIKA-4455: update aws, jetty; add spring-core to oss
---
 tika-parent/pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 3804bc654..5d3b2abfe 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.
@@ -386,7 +386,7 @@
     <jdom2.version>2.0.6.1</jdom2.version>
     <jempbox.version>1.8.17</jempbox.version>
     <!-- 12.0.* needs java 17 -->
-    <jetty.version>11.0.25</jetty.version>
+    <jetty.version>11.0.26</jetty.version>
     <jhighlight.version>1.1.0</jhighlight.version>
     <jna.version>5.17.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>
@@ -1197,7 +1197,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 -->
@@ -1240,11 +1246,10 @@
                 <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>
+              <groupId>org.springframework</groupId>
+              <artifactId>spring-core</artifactId>
+              <version>5.3.39</version>
             </coordinate>
             <coordinate>
               <groupId>org.springframework</groupId>

Reply via email to