From 58e0665ac88595e8ea67d70dbbe05a976eb97232 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Mar 2022 08:28:03 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.51.Final Closes gh-30228 --- 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 52df498797..6fda854fcc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1307,7 +1307,7 @@ bom { ] } } - library("Netty tcNative", "2.0.50.Final") { + library("Netty tcNative", "2.0.51.Final") { group("io.netty") { modules = [ "netty-tcnative",