From 82f4092cd44a9b89738af4c0a8336460fbc3ac5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Mar 2022 13:57:11 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.51.Final Closes gh-30247 --- 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 3edea377fb..e3fc3738fe 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.50.Final") { + library("Netty tcNative", "2.0.51.Final") { group("io.netty") { modules = [ "netty-tcnative",