Skip to content

Commit

Permalink
maven(deps): 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.35.v20201120 to 11.0.21.

---
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] committed May 17, 2024
1 parent 1d4c3fa commit dacd62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.35.v20201120</version>
<version>11.0.21</version>
<configuration>
<webApp>
<descriptor>${project.build.directory}/jetty/WEB-INF/web.xml</descriptor>
Expand Down

0 comments on commit dacd62d

Please sign in to comment.