From 888330eb9deceafe6defc0f87554260196089da6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:31 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.38.Final Closes gh-26068 --- 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 7d915dce9a..1880385cfa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1273,7 +1273,7 @@ bom { ] } } - library("Netty tcNative", "2.0.36.Final") { + library("Netty tcNative", "2.0.38.Final") { group("io.netty") { modules = [ "netty-tcnative",