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 33772fc FELIX-6456 : Update Jetty to 9.4.43.v20210629
33772fc is described below
commit 33772fc526d7e884434f4b9f839fa4ee52808d6c
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 1 16:26:51 2021 +0200
FELIX-6456 : Update Jetty to 9.4.43.v20210629
---
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 77bf6e8..652355d 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.42.v20210604</jetty.version>
+ <jetty.version>9.4.43.v20210629</jetty.version>
</properties>
<build>