Upgrade to Winstone 6.18 which include Jetty 10.0.20 upgrade (#8923)

This commit is contained in:
Olivier Lamy 2024-02-06 10:50:22 +01:00 committed by GitHub
parent c0f66f52b4
commit 9c6ace3e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ THE SOFTWARE.
<bridge-method-injector.version>1.29</bridge-method-injector.version>
<spotless.check.skip>false</spotless.check.skip>
<!-- Make sure to keep the jetty-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>6.16</winstone.version>
<winstone.version>6.18</winstone.version>
</properties>
<!--

View File

@ -628,7 +628,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.18</version>
<version>10.0.20</version>
<configuration>
<!--
Reload webapp when you hit ENTER. (See JETTY-282 for more)