From cd6054bcf1d419bb0b1c7237f48a86178934ff97 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:14 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.30.Final Closes gh-20783 --- 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 bb7f8919dd..3c174a9e18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1264,7 +1264,7 @@ bom { ] } } - library("Netty tcNative", "2.0.29.Final") { + library("Netty tcNative", "2.0.30.Final") { group("io.netty") { modules = [ "netty-tcnative-boringssl-static"