From 09e4220eddfcb4ba75e004e52f61939e966ec208 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:58 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.44.Final Closes gh-28324 --- 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 cdd0f8e638..1eec40da1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1288,7 +1288,7 @@ bom { ] } } - library("Netty tcNative", "2.0.43.Final") { + library("Netty tcNative", "2.0.44.Final") { group("io.netty") { modules = [ "netty-tcnative",