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 e5e5bf1  FELIX-6364 Security vulnerability CVE-2020-27216 ,update 
jetty (#63)
e5e5bf1 is described below

commit e5e5bf1dcc1f4f5338731be6d283e0e2129ef6c2
Author: Abhishek Garg <abhishek18g...@gmail.com>
AuthorDate: Wed Nov 25 11:31:49 2020 +0530

    FELIX-6364 Security vulnerability CVE-2020-27216 ,update jetty (#63)
    
    Co-authored-by: abhigarg <abhig...@adobe.com>
---
 http/jetty/pom.xml     | 2 +-
 http/sslfilter/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 7b4c677..242cb6b 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.32.v20200930</jetty.version>
+        <jetty.version>9.4.35.v20201120</jetty.version>
     </properties>
 
     <build>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 613b799..6030563 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-servlet</artifactId>
-          <version>9.4.32.v20200930</version>
+          <version>9.4.35.v20201120</version>
           <scope>test</scope>
         </dependency>
 

Reply via email to