Skip to content

Commit

Permalink
Upgrade to Winstone 6.18 which include Jetty 10.0.20 upgrade (jenkins…
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Feb 6, 2024
1 parent c0f66f5 commit 9c6ace3
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.16</winstone.version>
<winstone.version>6.18</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 @@ -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)
Expand Down

0 comments on commit 9c6ace3

Please sign in to comment.