Skip to content

Commit bf81066

Browse files
committed
FELIX-6770 : Support new methods in Jakarta Servlet 6.1
1 parent 6cac848 commit bf81066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http/jetty12/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
<dependency>
733733
<groupId>org.apache.felix</groupId>
734734
<artifactId>org.apache.felix.http.wrappers</artifactId>
735-
<version>1.1.10</version>
735+
<version>6.1.0</version>
736736
</dependency>
737737
<dependency>
738738
<groupId>commons-fileupload</groupId>
@@ -743,7 +743,7 @@
743743
<dependency>
744744
<groupId>commons-io</groupId>
745745
<artifactId>commons-io</artifactId>
746-
<version>2.14.0</version>
746+
<version>2.19.0</version>
747747
</dependency>
748748
<!-- Testing -->
749749
<dependency>

0 commit comments

Comments
 (0)