From 9bf7555dcf967238e2adc1573aeaf6f77686cead Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:33 +0200 Subject: [PATCH] Upgrade to Netty tcNative 2.0.34.Final Closes gh-23314 --- 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 718ea84fae..1044e7c537 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1244,7 +1244,7 @@ bom { ] } } - library("Netty tcNative", "2.0.31.Final") { + library("Netty tcNative", "2.0.34.Final") { group("io.netty") { modules = [ "netty-tcnative-boringssl-static"