This is an automated email from the ASF dual-hosted git repository.
paulrutter 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 a3d2535243 Move to latest snapshot for jetty bundle
a3d2535243 is described below
commit a3d25352435ea5f79ea88e5899e19ac06c7229d2
Author: Paul Rütter <[email protected]>
AuthorDate: Thu May 7 09:31:29 2026 +0200
Move to latest snapshot for jetty bundle
---
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 d2edcdcc99..eb2d66898f 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>6.1.0</http.servlet.api.version>
- <http.jetty.version>5.2.1-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>5.2.3-SNAPSHOT</http.jetty.version>
<http.jetty.id>org.apache.felix.http.jetty</http.jetty.id>
<pax.exam.version>4.13.3</pax.exam.version>
<pax.url.aether.version>2.6.14</pax.url.aether.version>