FELIX-6364 Security vulnerability CVE-2020-27216 ,update jetty (#63)

Co-authored-by: abhigarg <abhigarg@adobe.com>
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>