Skip to content
Closed
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.2.19.Final
Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.17.Final to 2.2.19.Final.
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.2.17.Final...2.2.19.Final)

---
updated-dependencies:
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2022
commit 60bc215b2a0ccf2795b99237d71d4d9ae68742c2
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.2.19.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.2.19.Final</undertow.version>
<jetty.version>9.4.45.v20220203</jetty.version>
<netty.version>4.1.76.Final</netty.version>

Expand Down