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 0f1cf418ba FELIX-6569 - upgrade jetty version to fix CVE-2022-2048
(#175)
0f1cf418ba is described below
commit 0f1cf418ba36d85bf6cf1a39ad8f9906e95a94a4
Author: akankshajain18 <[email protected]>
AuthorDate: Thu Oct 6 17:21:04 2022 +0530
FELIX-6569 - upgrade jetty version to fix CVE-2022-2048 (#175)
Co-authored-by: akanjain <[email protected]>
---
http/jetty-4.x/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty-4.x/pom.xml b/http/jetty-4.x/pom.xml
index f6c99d70a7..3751078d1f 100644
--- a/http/jetty-4.x/pom.xml
+++ b/http/jetty-4.x/pom.xml
@@ -42,7 +42,7 @@
<properties>
<felix.java.version>8</felix.java.version>
- <jetty.version>9.4.45.v20220203</jetty.version>
+ <jetty.version>9.4.47.v20220610</jetty.version>
</properties>
<build>