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 03fb0e5 FELIX-6425 : Update Jetty to 9.4.42.v20210604
03fb0e5 is described below
commit 03fb0e59a00613dc2f02c3448631284facb09f90
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 9 14:12:27 2021 +0200
FELIX-6425 : Update Jetty to 9.4.42.v20210604
---
http/itest/pom.xml | 2 +-
http/jetty/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 12c60c9..667155c 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.2</pax.url.aether.version>
<http.servlet.api.version>1.1.2</http.servlet.api.version>
- <http.jetty.version>4.1.7-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>4.1.9-SNAPSHOT</http.jetty.version>
</properties>
<build>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 91f6dca..c9c847f 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.40.v20210413</jetty.version>
+ <jetty.version>9.4.42.v20210604</jetty.version>
</properties>
<build>