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 bf81066aa1 FELIX-6770 : Support new methods in Jakarta Servlet 6.1
bf81066aa1 is described below

commit bf81066aa13fa986bcddbaf20f6a03e25e1a6cf6
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Sat Apr 19 08:40:57 2025 +0200

    FELIX-6770 : Support new methods in Jakarta Servlet 6.1
---
 http/jetty12/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 4e84dc4c33..ce1164af85 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -732,7 +732,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>1.1.10</version>
+            <version>6.1.0</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
@@ -743,7 +743,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.14.0</version>
+            <version>2.19.0</version>
         </dependency>
     <!-- Testing -->
         <dependency>

Reply via email to