From 1df04c46b5cff064fbb5dd80e125e397b1cb5861 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 14:59:51 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.46.Final Closes gh-28716 --- 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 4739393f658c..79a90d2147b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1202,7 +1202,7 @@ bom { ] } } - library("Netty tcNative", "2.0.45.Final") { + library("Netty tcNative", "2.0.46.Final") { group("io.netty") { modules = [ "netty-tcnative",