From 97f3c82743ff5f8a764aa1016a69b5fac462ce73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:10:05 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.42.Final Closes gh-27960 --- 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 53b19898e2..922eeab533 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty tcNative", "2.0.40.Final") { + library("Netty tcNative", "2.0.42.Final") { group("io.netty") { modules = [ "netty-tcnative",