From 6d4dfd63b72aa3cac2651d00971eabafb3526ffe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:16 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.40.Final Closes gh-27279 --- 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 0e791f0b3c70..e666426442c4 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.39.Final") { + library("Netty tcNative", "2.0.40.Final") { group("io.netty") { modules = [ "netty-tcnative",