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 2023/09/06 05:44:21 UTC

[felix-dev] branch http-4.x updated: Update to latest snapshot

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/http-4.x by this push:
     new 1921050167 Update to latest snapshot
1921050167 is described below

commit 192105016743fddc79c43649777cf6ecec290ffb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Sep 6 07:44:13 2023 +0200

    Update to latest 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 6d74d28fbb..4cce67b025 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
         <pax.exam.version>4.13.1</pax.exam.version>
         <pax.url.aether.version>2.6.2</pax.url.aether.version>
         <http.servlet.api.version>2.0.0</http.servlet.api.version>
-        <http.jetty.version>4.2.17-SNAPSHOT</http.jetty.version>
+        <http.jetty.version>4.2.19-SNAPSHOT</http.jetty.version>
     </properties>
 
     <build>