From 92f132ae35407e5ef2d591a771f68de02da0d966 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:25 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.36.Final Closes gh-24823 --- 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 b38f134567b3..8217827c6054 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.35.Final") { + library("Netty tcNative", "2.0.36.Final") { group("io.netty") { modules = [ "netty-tcnative",