Skip to content

Commit 79a2e7f

Browse files
committed
Upgrade to Undertow 2.1.0.Final
Closes gh-21278
1 parent 1f00938 commit 79a2e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ bom {
17881788
]
17891789
}
17901790
}
1791-
library("Undertow", "2.0.30.Final") {
1791+
library("Undertow", "2.1.0.Final") {
17921792
group("io.undertow") {
17931793
modules = [
17941794
"undertow-core",
@@ -1851,3 +1851,4 @@ bom {
18511851
}
18521852
}
18531853
}
1854+

0 commit comments

Comments
 (0)