From f824d5c7e8bf46b36a5063c8c18fbcaa07fdb8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:58 +0200 Subject: [PATCH] Upgrade to Netty 4.1.112.Final Closes gh-41773 --- 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 f5fda71557..cec66cb697 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1091,7 +1091,7 @@ bom { ] } } - library("Netty", "4.1.111.Final") { + library("Netty", "4.1.112.Final") { group("io.netty") { imports = [ "netty-bom"