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 e68fc3b77e Prepare for next release of http base
e68fc3b77e is described below

commit e68fc3b77e87bf925be1e5ba8a77552f7c3ddd52
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed May 1 18:01:27 2024 +0200

    Prepare for next release of http base
---
 http/bridge/pom.xml  | 2 +-
 http/itest/pom.xml   | 4 ++--
 http/jetty/pom.xml   | 2 +-
 http/jetty12/pom.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 736cf0a7a1..873e399f54 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -184,7 +184,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.6</version>
+            <version>5.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 3087e36d7a..5e3a70b81b 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.11-SNAPSHOT</http.jetty.version>
+        <http.jetty.version>5.1.13-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>
@@ -45,7 +45,7 @@
             <properties>
                 <felix.java.version>17</felix.java.version>
                 <http.servlet.api.version>3.0.0</http.servlet.api.version>
-                <http.jetty.version>1.0.3-SNAPSHOT</http.jetty.version>
+                <http.jetty.version>1.0.5-SNAPSHOT</http.jetty.version>
                 <http.jetty.id>org.apache.felix.http.jetty12</http.jetty.id>
             </properties>
         </profile>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 9a9fd003b2..566f6940b5 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -492,7 +492,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.7-SNAPSHOT</version>
+            <version>5.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 450d6ed274..f706750fb0 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -717,7 +717,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.7-SNAPSHOT</version>
+            <version>5.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Reply via email to