From ac1f85011bb9d4a631fe30b189eb8d04e4c8a3b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 07:29:42 +0100 Subject: [PATCH] Upgrade to Netty 4.1.70.Final Closes gh-28579 --- 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 c45cc1bd3756..0066721a8daf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1288,7 +1288,7 @@ bom { ] } } - library("Netty", "4.1.69.Final") { + library("Netty", "4.1.70.Final") { group("io.netty") { imports = [ "netty-bom"