From 94b6b62077bc0a4f7461bf21d6c482573503030f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:03:03 +0100 Subject: [PATCH] Upgrade to Undertow 2.1.5.Final Closes gh-24441 --- 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 83b33f5d45..7cda8a7d2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1830,7 +1830,7 @@ bom { ] } } - library("Undertow", "2.1.4.Final") { + library("Undertow", "2.1.5.Final") { group("io.undertow") { modules = [ "undertow-core",