From 0af0fe765d153f37b45d983295c9e658cf1489bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:30 +0100 Subject: [PATCH] Upgrade to Netty 4.1.51.Final Closes gh-22812 --- 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 7c6bd8c5ad..2c1b985ab8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1177,7 +1177,7 @@ bom { ] } } - library("Netty", "4.1.50.Final") { + library("Netty", "4.1.51.Final") { group("io.netty") { imports = [ "netty-bom"