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/09/06 05:06:57 UTC

[felix-dev] branch http-4.x updated: FELIX-6648 - Update Jetty to 9.4.52.v20230823 (#235)

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 3ed228b889 FELIX-6648 - Update Jetty to 9.4.52.v20230823 (#235)
3ed228b889 is described below

commit 3ed228b889cba4aa88aa473e020271a59c4ba6fd
Author: Sagar Miglani <85...@users.noreply.github.com>
AuthorDate: Wed Sep 6 10:36:52 2023 +0530

    FELIX-6648 - Update Jetty to 9.4.52.v20230823 (#235)
    
    Co-authored-by: Sagar Miglani <sa...@adobe.com>
---
 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 08d6f23f99..84eea1c761 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.51.v20230217</jetty.version>
+        <jetty.version>9.4.52.v20230823</jetty.version>
     </properties>
 
     <build>