You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/05/03 10:00:16 UTC

[felix-dev] branch http-4.x updated: FELIX-6605 : Update Jetty to 9.4.51.v20230217

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/http-4.x by this push:
     new 6f1c4818a0 FELIX-6605 : Update Jetty to 9.4.51.v20230217
6f1c4818a0 is described below

commit 6f1c4818a05d93e7b09c559fc2821795bb98c1dd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed May 3 12:00:08 2023 +0200

    FELIX-6605 : Update Jetty to 9.4.51.v20230217
---
 http/jetty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 1990a61bde..b57e02f7e1 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,7 @@
     
     <properties>
         <felix.java.version>8</felix.java.version>
-        <jetty.version>9.4.50.v20221201</jetty.version>
+        <jetty.version>9.4.51.v20230217</jetty.version>
     </properties>
 
     <build>