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