Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-maven-plugin
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jetty:jetty-maven-plugin from 9.4.46.v20220331 to 11.0.24.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b359da5 commit b9fdb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/rest-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.46.v20220331</version>
<version>11.0.24</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.46.v20220331</version>
<version>11.0.24</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>
Expand Down

0 comments on commit b9fdb32

Please sign in to comment.