Skip to content

Commit

Permalink
added wizard integration test for Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 16, 2024
1 parent c46acc9 commit 8f6d1a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.20</version>
<version>11.0.21</version>
<configuration>
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
</configuration>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>11.0.20</version>
<version>11.0.21</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f6d1a3

Please sign in to comment.