Skip to content

Commit

Permalink
Update dependency org.eclipse.jetty:jetty-maven-plugin to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 0177aa4 commit 02ef9dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- plugin versions -->
<jetty.plugin.version>9.4.56.v20240826</jetty.plugin.version>
<jetty.plugin.version>11.0.24</jetty.plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.56.v20240826</version>
<version>11.0.24</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.56.v20240826</version>
<version>11.0.24</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.56.v20240826</version>
<version>11.0.24</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>
Expand Down

0 comments on commit 02ef9dc

Please sign in to comment.