From bb33574ad41d37a5d4f8a7d173dbac579cfeb20e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:52:16 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.36.Final Closes gh-24829 --- 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 9684c504488b..8d9f411752b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,7 @@ bom { ] } } - library("Netty tcNative", "2.0.35.Final") { + library("Netty tcNative", "2.0.36.Final") { group("io.netty") { modules = [ "netty-tcnative",