From ed77189d69b397dea6f2c4646e083dc268b5b546 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:38 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.44.Final Closes gh-28285 --- 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 08c18ce927..b5eca38d90 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1276,7 +1276,7 @@ bom { ] } } - library("Netty tcNative", "2.0.43.Final") { + library("Netty tcNative", "2.0.44.Final") { group("io.netty") { modules = [ "netty-tcnative",