You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/02/02 11:03:46 UTC

(tika) branch main updated: TIKA-4166: update jetty

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 ae74c28f9 TIKA-4166: update jetty
ae74c28f9 is described below

commit ae74c28f95daccfac0e7b67f466537c82001c67d
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Feb 2 12:03:35 2024 +0100

    TIKA-4166: update jetty
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 176756b48..c3ae204d9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -368,7 +368,7 @@
     <jcommander.version>1.82</jcommander.version>
     <jdom2.version>2.0.6.1</jdom2.version>
     <jempbox.version>1.8.17</jempbox.version>
-    <jetty.version>11.0.19</jetty.version>
+    <jetty.version>11.0.20</jetty.version>
     <jhighlight.version>1.1.0</jhighlight.version>
     <jna.version>5.14.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>