From 1c1bf932b2ca3e5480423ac3d2087225f1a61427 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 09:01:12 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.48.Final Closes gh-29776 --- 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 78152e9737..fe7b34237d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1290,7 +1290,7 @@ bom { ] } } - library("Netty tcNative", "2.0.47.Final") { + library("Netty tcNative", "2.0.48.Final") { group("io.netty") { modules = [ "netty-tcnative",