Skip to content

Commit

Permalink
Upgrade to Winstone 6.22 and Jetty 10.0.24 (#9698)
Browse files Browse the repository at this point in the history
Upgrade to winstone 6.22 and so Jetty 10.0.24

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Sep 17, 2024
1 parent 33a868d commit 1812dee
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 @@ -99,7 +99,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.19</winstone.version>
<winstone.version>6.22</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 @@ -584,7 +584,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.20</version>
<version>10.0.24</version>
<configuration>
<!--
Reload webapp when you hit ENTER. (See JETTY-282 for more)
Expand Down

0 comments on commit 1812dee

Please sign in to comment.