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/02/21 05:47:17 UTC

[felix-dev] branch http-4.x updated: FELIX-6596 : Update to Jetty 9.4.50.v20221201

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 96e74fb5ad FELIX-6596 : Update to Jetty 9.4.50.v20221201
96e74fb5ad is described below

commit 96e74fb5ad4f634f79ff92d0d929166da2fc5db1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 21 06:47:11 2023 +0100

    FELIX-6596 : Update to Jetty 9.4.50.v20221201
---
 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 7c325f3464..34b746fedd 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.49.v20220914</jetty.version>
+	<jetty.version>9.4.50.v20221201</jetty.version>
     </properties>
 
     <build>