Winstone 8.2: Upgrade Jetty from 12.0.13 to Jetty 12.0.14 (#9841)

This commit is contained in:
Basil Crow 2024-10-12 08:59:27 -07:00 committed by GitHub
parent 4622a85d17
commit d0d0cc88c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ THE SOFTWARE.
<bridge-method-injector.version>1.30</bridge-method-injector.version>
<spotless.check.skip>false</spotless.check.skip>
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>8.1</winstone.version>
<winstone.version>8.2</winstone.version>
<node.version>20.18.0</node.version>
</properties>

View File

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