From 57f5030397eb4931ac0bc074f37d5fcdc15fee63 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 07:49:33 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.40.Final Closes gh-27070 --- 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 9ba62bbfb6..2707f68326 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.39.Final") { + library("Netty tcNative", "2.0.40.Final") { group("io.netty") { modules = [ "netty-tcnative",