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 f495351917 Update to latest jetty snapshot
f495351917 is described below
commit f495351917b0d122138cd6ea70d6c4e61f475629
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 28 08:23:06 2024 +0100
Update to latest jetty snapshot
---
http/itest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index b2c57f36db..3087e36d7a 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -33,7 +33,7 @@
<properties>
<felix.java.version>11</felix.java.version>
<http.servlet.api.version>2.1.0</http.servlet.api.version>
- <http.jetty.version>5.1.9-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>5.1.11-SNAPSHOT</http.jetty.version>
<http.jetty.id>org.apache.felix.http.jetty</http.jetty.id>
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.14</pax.url.aether.version>