From 849fb8e435ac495f577fab1f357ae4e4cab750a3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:07 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.47.Final Closes gh-29465 --- 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 47da8baa06..36322f5d82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1289,7 +1289,7 @@ bom { ] } } - library("Netty tcNative", "2.0.46.Final") { + library("Netty tcNative", "2.0.47.Final") { group("io.netty") { modules = [ "netty-tcnative",