From df9b17104c2fe08aca5908f02b21c2b6e9fcc96b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:51 +0200 Subject: [PATCH] Upgrade to Netty 4.1.63.Final Closes gh-26016 --- 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 68405beb12..b3b3f9d542 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("Netty", "4.1.60.Final") { + library("Netty", "4.1.63.Final") { group("io.netty") { imports = [ "netty-bom"