From 3d435df37b94c5a49cfe2330d37bd62b559ccefe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:14 +0000 Subject: [PATCH] Upgrade to Netty tcNative 2.0.29.Final Closes gh-20462 --- 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 cd0f8885f70..a84bde0ba2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1262,7 +1262,7 @@ bom { ] } } - library("Netty tcNative", "2.0.28.Final") { + library("Netty tcNative", "2.0.29.Final") { group("io.netty") { modules = [ "netty-tcnative-boringssl-static"