From 626c21e7a16cc7251e72f2d3483783305ee4a7fd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:32 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.39.Final Closes gh-26492 --- 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 7e0e5fda47..5f5e8240c5 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.38.Final") { + library("Netty tcNative", "2.0.39.Final") { group("io.netty") { modules = [ "netty-tcnative",