Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump undertow-core from 2.2.17.Final to 2.3.0.Final
Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.17.Final to 2.3.0.Final.
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.2.17.Final...2.3.0.Final)

---
updated-dependencies:
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
commit 6244ef02737b8be8f81dfca6e117e576d3eccda3
2 changes: 1 addition & 1 deletion modules/jooby-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
<truth.version>1.1.2</truth.version>
<unbescape.version>1.1.6.RELEASE</unbescape.version>
<undertow.version>2.2.17.Final</undertow.version>
<undertow.version>2.3.0.Final</undertow.version>
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
<weld.version>3.1.5.Final</weld.version>
<yasson.version>1.0.9</yasson.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<asm.version>9.1</asm.version>

<!-- Server -->
<undertow.version>2.2.17.Final</undertow.version>
<undertow.version>2.3.0.Final</undertow.version>
<jetty.version>9.4.45.v20220203</jetty.version>
<netty.version>4.1.76.Final</netty.version>

Expand Down