From d7ed58bced17747d6c43aa75ac70dcba55207974 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:42 +0100 Subject: [PATCH] Upgrade to Netty 4.1.77.Final Closes gh-30962 --- 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 3329d8f1ae..02eb214c4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1043,7 +1043,7 @@ bom { ] } } - library("Netty", "4.1.76.Final") { + library("Netty", "4.1.77.Final") { group("io.netty") { imports = [ "netty-bom"