From 1f53e93b8d069f44f50cc929143d1dab70559aaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 07:27:05 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.40.Final Closes gh-27066 --- 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 ea163671732..d8304631932 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty tcNative", "2.0.39.Final") { + library("Netty tcNative", "2.0.40.Final") { group("io.netty") { modules = [ "netty-tcnative",