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 4c68ab817a Use servlet 6 wrappers
4c68ab817a is described below
commit 4c68ab817af6f629d0d0c031ad8eae4ce7e9cb0b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Dec 8 07:26:09 2023 +0100
Use servlet 6 wrappers
---
http/jetty12/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 83c2a8733f..6fa3630774 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -440,7 +440,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
- <version>1.0.2</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>