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 a813122a72 Prepare release
a813122a72 is described below

commit a813122a72fd1ffdbecc6a0c13722377088b73cd
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 12 17:50:13 2024 +0200

    Prepare release
---
 http/itest/pom.xml   | 4 ++--
 http/jetty/pom.xml   | 2 +-
 http/jetty12/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 0b21234395..69ae606d59 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.17-SNAPSHOT</http.jetty.version>
+        <http.jetty.version>5.1.21-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.9-SNAPSHOT</http.jetty.version>
+                <http.jetty.version>1.0.11-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 15dcb41548..4708f22848 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -499,7 +499,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.4</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index bee2d6bcea..b05af63180 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -729,7 +729,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>1.1.2</version>
+            <version>1.1.4</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>

Reply via email to