From ec3d59c5ceb069209f309f14824d38a2c6d5ffba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 10:53:46 +0200 Subject: [PATCH] Upgrade to Netty 4.1.114.Final Closes gh-42620 --- 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 ed45dd8e430e..d4133ff310a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1090,7 +1090,7 @@ bom { ] } } - library("Netty", "4.1.113.Final") { + library("Netty", "4.1.114.Final") { group("io.netty") { imports = [ "netty-bom"