From 51ca7d67baebe9a4f6983884ffcc575eadf39efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:00 +0000 Subject: [PATCH] Upgrade to Netty 4.1.59.Final Closes gh-25220 --- 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 2b58aa4f14df..7a621160f7fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1180,7 +1180,7 @@ bom { ] } } - library("Netty", "4.1.58.Final") { + library("Netty", "4.1.59.Final") { group("io.netty") { imports = [ "netty-bom"