You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/03/15 16:02:46 UTC

[felix-dev] branch master updated: Switch to latest http.jetty snapshot

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 2c4619c  Switch to latest http.jetty snapshot
2c4619c is described below

commit 2c4619cb0baf9daa111bb84839c962a75aeffb7b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Mar 15 17:01:47 2020 +0100

    Switch to latest http.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 dc7a1cb..65d286a 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
 		<pax.exam.version>4.11.0</pax.exam.version>
 		<pax.url.aether.version>2.6.2</pax.url.aether.version>
 		<http.servlet.api.version>1.1.2</http.servlet.api.version>
-		<http.jetty.version>4.0.14</http.jetty.version>
+		<http.jetty.version>4.0.17-SNAPSHOT</http.jetty.version>
 	</properties>
 
     <build>