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 179b8fb5a TIKA-4379: update jetty
179b8fb5a is described below

commit 179b8fb5a0043462bd755aad8fcd6b6b07b421fd
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 18 05:37:46 2025 +0100

    TIKA-4379: update jetty
---
 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 8653958de..66890aadc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -384,7 +384,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.24</jetty.version>
+    <jetty.version>11.0.25</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>
@@ -1173,7 +1173,7 @@
             <coordinate>
               <groupId>org.eclipse.jetty</groupId>
               <artifactId>jetty-http</artifactId>
-              <version>11.0.24</version>
+              <version>11.0.25</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 -->

Reply via email to