Skip to content

Commit

Permalink
[JENKINS-72156] Upgrade to Winstone 6.14 which contains an upgrade to…
Browse files Browse the repository at this point in the history
… Jetty 10.0.17 (#8587)

Upgrade to Winstone 6.14 which contains an upgrade to Jetty 10.0.17

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Oct 11, 2023
1 parent 9e08254 commit 8792ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13</winstone.version>
<winstone.version>6.14</winstone.version>
</properties>

<!--
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.16</version>
<version>10.0.17</version>
<configuration>
<!--
Reload webapp when you hit ENTER. (See JETTY-282 for more)
Expand Down

0 comments on commit 8792ea0

Please sign in to comment.