From 68b61f574a6aa07b428e086924d4b23d64dcfccd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:18 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.54.Final Closes gh-32012 --- 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 b62d45965f7..6ae627dd236 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Netty tcNative", "2.0.53.Final") { + library("Netty tcNative", "2.0.54.Final") { group("io.netty") { modules = [ "netty-tcnative",