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 2021/05/04 07:15:08 UTC

[felix-dev] branch master updated: FELIX-6405 : Update Jetty version to 9.4.40

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c1b9fa  FELIX-6405 : Update Jetty version to 9.4.40
5c1b9fa is described below

commit 5c1b9faed2fa512680bb65d5661268377de0c888
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue May 4 09:14:50 2021 +0200

    FELIX-6405 : Update Jetty version to 9.4.40
---
 http/jetty/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index d5f5089..7674773 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -30,7 +30,7 @@
     <description>This is an implementation of the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
-    <version>4.1.9-SNAPSHOT</version>
+    <version>4.1.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     
     <scm>
@@ -42,7 +42,7 @@
     
     <properties>
         <felix.java.version>8</felix.java.version>
-        <jetty.version>9.4.39.v20210325</jetty.version>
+        <jetty.version>9.4.40.v20210413</jetty.version>
     </properties>
 
     <build>