From a6163f6acfb95f562f99dd4c3b5c7ff5788fcba3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 15:03:59 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.46.Final Closes gh-28720 --- 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 95e45f252da2..65524dae185c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1302,7 +1302,7 @@ bom { ] } } - library("Netty tcNative", "2.0.45.Final") { + library("Netty tcNative", "2.0.46.Final") { group("io.netty") { modules = [ "netty-tcnative",