From 7157ca4fe546b915cf96dcd0171fabfe37d4bedc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 14:37:41 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.52.Final Closes gh-30912 --- 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 996696af38..aa55ba4517 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1307,7 +1307,7 @@ bom { ] } } - library("Netty tcNative", "2.0.51.Final") { + library("Netty tcNative", "2.0.52.Final") { group("io.netty") { modules = [ "netty-tcnative",