From de2302ac433f6a3c22e8b8cdf289395cc0f1be2c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:25 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.2.Final Closes gh-23669 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 37e66624e4..712fbd9b69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1725,7 +1725,7 @@ bom { ] } } - library("Undertow", "2.2.0.Final") { + library("Undertow", "2.2.2.Final") { group("io.undertow") { modules = [ "undertow-core",