From 264cd83f4bb3349e6740f53fc2f16ac8598bfbf3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:03:01 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.35.Final Closes gh-24439 --- 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 ecce848de55..5793ee4eb57 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,7 +1250,7 @@ bom { ] } } - library("Netty tcNative", "2.0.34.Final") { + library("Netty tcNative", "2.0.35.Final") { group("io.netty") { modules = [ "netty-tcnative",