From 0f1ada5e29c9e217d98ec6292b56e4c1abf2053a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:34:01 +0100 Subject: [PATCH] Upgrade to Undertow 2.1.3.Final Closes gh-21983 --- 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 c824a26324..83f7556a67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1837,7 +1837,7 @@ bom { ] } } - library("Undertow", "2.1.0.Final") { + library("Undertow", "2.1.3.Final") { group("io.undertow") { modules = [ "undertow-core",