From 6e0f664bbedf9a439f34a4f144f502551a6c68e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:35 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.49.Final Closes gh-29940 --- 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 6529dd9f28..60b2b98334 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1305,7 +1305,7 @@ bom { ] } } - library("Netty tcNative", "2.0.48.Final") { + library("Netty tcNative", "2.0.49.Final") { group("io.netty") { modules = [ "netty-tcnative",