From 7b2f24aa4606cffb7e74c45e6626536897aef726 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:21:05 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.3.Final Closes gh-24397 --- 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 2314a925e18a..d2bdb22a8ab6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Undertow", "2.2.2.Final") { + library("Undertow", "2.2.3.Final") { group("io.undertow") { modules = [ "undertow-core",