From a7f8b829055673fc46b85ee3e4b8095b2c30ac95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:15 +0200 Subject: [PATCH] Upgrade to Netty 4.1.94.Final Closes gh-35998 --- 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 3373a0f36b..c87930053e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1051,7 +1051,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom"