From 7f15a37909aff15c4216d2da450152a906e366b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Sep 2021 07:52:15 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.43.Final Closes gh-28030 --- 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 5d7078a5d36..847149378ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty tcNative", "2.0.42.Final") { + library("Netty tcNative", "2.0.43.Final") { group("io.netty") { modules = [ "netty-tcnative",