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 0ddc763  FELIX-6483 : Update jetty to 9.4.44.v20210927
0ddc763 is described below

commit 0ddc76321c2f974dec302df0155657ec39478dd8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Dec 10 07:46:02 2021 +0100

    FELIX-6483 : Update jetty to 9.4.44.v20210927
---
 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 7c3c86e..207d5a0 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.43.v20210629</jetty.version>
+       <jetty.version>9.4.44.v20210927</jetty.version>
     </properties>
 
     <build>
@@ -398,7 +398,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.1.4</version>
+            <version>4.1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>

Reply via email to