From 79a2e7f469cdb9f59bccdff18fdffeac66ed0c6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 30 Apr 2020 19:46:50 +0100 Subject: [PATCH] Upgrade to Undertow 2.1.0.Final Closes gh-21278 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index acf546077cc..bb6e49b3631 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1788,7 +1788,7 @@ bom { ] } } - library("Undertow", "2.0.30.Final") { + library("Undertow", "2.1.0.Final") { group("io.undertow") { modules = [ "undertow-core", @@ -1851,3 +1851,4 @@ bom { } } } +