From c14b07717cd627253c2edda91c8b214c5342af3e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:05 +0100 Subject: [PATCH] Upgrade to Netty 4.1.70.Final Closes gh-28554 --- 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 6f2c55ece4..ef559c5889 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty", "4.1.69.Final") { + library("Netty", "4.1.70.Final") { group("io.netty") { imports = [ "netty-bom"