From 8e86957efcfcf8c5daa0930eab121271cb8bb17c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:22 +0000 Subject: [PATCH] Upgrade to Netty 4.1.59.Final Closes gh-25200 --- 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 f656fd0762c..fe30fc77d7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1243,7 +1243,7 @@ bom { ] } } - library("Netty", "4.1.58.Final") { + library("Netty", "4.1.59.Final") { group("io.netty") { imports = [ "netty-bom"