From 773b0252082f315662c73d9738b2569d7ea9fcda Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 16:57:32 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.50.Final Closes gh-29973 --- 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 55118e9206f..5b80eafe067 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1293,7 +1293,7 @@ bom { ] } } - library("Netty tcNative", "2.0.49.Final") { + library("Netty tcNative", "2.0.50.Final") { group("io.netty") { modules = [ "netty-tcnative",