From 49337f30dad8e8a5477cb0ddd959d2a737cc38a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:43:16 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.49.Final Closes gh-29936 --- 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 e66718eb20..be67a436f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1293,7 +1293,7 @@ bom { ] } } - library("Netty tcNative", "2.0.48.Final") { + library("Netty tcNative", "2.0.49.Final") { group("io.netty") { modules = [ "netty-tcnative",