From 0cb553c0dae7450d1fc6f94571d9388d5866761b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:58 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.47.Final Closes gh-29423 --- 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 cb9562e8bb..5dffdbf83d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1312,7 +1312,7 @@ bom { ] } } - library("Netty tcNative", "2.0.46.Final") { + library("Netty tcNative", "2.0.47.Final") { group("io.netty") { modules = [ "netty-tcnative",