From a7d71a39210e50a4c56269f43c069c62ceb82e4d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:40 +0200 Subject: [PATCH] Upgrade to Netty 4.1.94.Final Closes gh-35992 --- 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 65c153c6441..73fde479ed0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1025,7 +1025,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom"