Skip to content

Commit 101c362

Browse files
committed
Upgrade Jetty 9.x to 10.0.25, last version supporting javax.servlet
1 parent d7d3805 commit 101c362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geowebcache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<spotless.apply.skip>false</spotless.apply.skip>
7070
<pom.fmt.action>sort</pom.fmt.action>
7171
<pom.fmt.skip>${spotless.apply.skip}</pom.fmt.skip>
72-
<jetty.version>9.4.55.v20240627</jetty.version>
72+
<jetty.version>10.0.25</jetty.version>
7373
<errorProneFlags></errorProneFlags>
7474
<errorProne.version>2.31.0</errorProne.version>
7575
<javac.version>9+181-r4173-1</javac.version>
@@ -419,7 +419,7 @@
419419
<plugin>
420420
<groupId>org.eclipse.jetty</groupId>
421421
<artifactId>jetty-maven-plugin</artifactId>
422-
<version>9.4.14.v20181114</version>
422+
<version>10.0.25</version>
423423
</plugin>
424424

425425
<plugin>

0 commit comments

Comments
 (0)