From 877bc6d7e6883cd928017de3f2e707e9d3dae30f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:36 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.38.Final Closes gh-25968 --- 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 2825b6de803..bc3681aa8a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1251,7 +1251,7 @@ bom { ] } } - library("Netty tcNative", "2.0.36.Final") { + library("Netty tcNative", "2.0.38.Final") { group("io.netty") { modules = [ "netty-tcnative",