From 9b3f735e35b8de084dd67a9183c3871540fd4038 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:55 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.43.Final Closes gh-28021 --- 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 fac271ba921..5bcbfe23b64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1287,7 +1287,7 @@ bom { ] } } - library("Netty tcNative", "2.0.40.Final") { + library("Netty tcNative", "2.0.43.Final") { group("io.netty") { modules = [ "netty-tcnative",