From 2c6da2364baaba9669711edcc81ec18400cd147d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:53:49 +0200 Subject: [PATCH] Upgrade to Netty 4.1.52.Final Closes gh-23352 --- 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 4375d4a3d8..3f8d698794 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.51.Final") { + library("Netty", "4.1.52.Final") { group("io.netty") { imports = [ "netty-bom"