From e802d6b10259aa6249379f046e29e7e1b494e2d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:07 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.45.Final Closes gh-28555 --- 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 ef559c58891..302c345c634 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1195,7 +1195,7 @@ bom { ] } } - library("Netty tcNative", "2.0.44.Final") { + library("Netty tcNative", "2.0.45.Final") { group("io.netty") { modules = [ "netty-tcnative",