From 295b3b0fbd0663f033c241a3672984cb4e214bf6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:42 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.52.Final Closes gh-30924 --- 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 a5d12ee6e1..04ebae350f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1324,7 +1324,7 @@ bom { ] } } - library("Netty tcNative", "2.0.51.Final") { + library("Netty tcNative", "2.0.52.Final") { group("io.netty") { modules = [ "netty-tcnative",