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 41e3c64 FELIX-6343 : Update Jetty to 9.4.32.v20200930
41e3c64 is described below
commit 41e3c64d0959d7c5d905ccbf95aed8afd5fa01cb
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 5 09:25:00 2020 +0200
FELIX-6343 : Update Jetty to 9.4.32.v20200930
---
http/jetty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 8e6d723..969a18a 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.31.v20200723</jetty.version>
+ <jetty.version>9.4.32.v20200930</jetty.version>
</properties>
<build>