From f37406f7b18a9c04e8ee92050f22e4f1b0ef3f58 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:59:23 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.45.Final Closes gh-28561 --- 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 e76b40bfdf1..e690074b2aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1283,7 +1283,7 @@ bom { ] } } - library("Netty tcNative", "2.0.44.Final") { + library("Netty tcNative", "2.0.45.Final") { group("io.netty") { modules = [ "netty-tcnative",