From f864505ea7a0daf9f1391c3a8102ded09d0edd5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:04:40 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.50.Final Closes gh-29974 --- 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 4164bba059f..104cec3ca3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1305,7 +1305,7 @@ bom { ] } } - library("Netty tcNative", "2.0.49.Final") { + library("Netty tcNative", "2.0.50.Final") { group("io.netty") { modules = [ "netty-tcnative",