Skip to content

Commit

Permalink
Bump jetty.version from 12.0.12 to 12.0.13
Browse files Browse the repository at this point in the history
Bumps `jetty.version` from 12.0.12 to 12.0.13.

Updates `org.eclipse.jetty:jetty-bom` from 12.0.12 to 12.0.13
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.12...jetty-12.0.13)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.12 to 12.0.13
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.12...jetty-12.0.13)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 31f3cf6 commit 91212cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<tomcat.version>10.1.28</tomcat.version>
<jetty.version>12.0.12</jetty.version>
<jetty.version>12.0.13</jetty.version>
<websockets.api>2.2.0</websockets.api>
<undertow.version>2.3.15.Final</undertow.version>
</properties>
Expand Down

0 comments on commit 91212cb

Please sign in to comment.