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 793c53d FELIX-6506 : Update jetty to 9.4.45.v20220203
793c53d is described below
commit 793c53d7ae1fda65b1624e8afb92805a6a50b719
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Feb 13 12:10:01 2022 +0100
FELIX-6506 : Update jetty to 9.4.45.v20220203
---
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 9972376..fe5a8b0 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.44.v20210927</jetty.version>
+ <jetty.version>9.4.45.v20220203</jetty.version>
</properties>
<build>