From 25c320be5155b620fb1e3224f3db7f9e33607fed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 14:37:39 +0100 Subject: [PATCH] Upgrade to Netty 4.1.77.Final Closes gh-30911 --- 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 fabb5fd5ae7..996696af380 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { ] } } - library("Netty", "4.1.76.Final") { + library("Netty", "4.1.77.Final") { group("io.netty") { imports = [ "netty-bom"