From 21fd33b945e738238d3f902ad606a317bfe8852c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:53:51 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.34.Final Closes gh-23353 --- 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 3f8d698794..c1548639fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1184,7 +1184,7 @@ bom { ] } } - library("Netty tcNative", "2.0.31.Final") { + library("Netty tcNative", "2.0.34.Final") { group("io.netty") { modules = [ "netty-tcnative-boringssl-static"