From c72013c932336fecb8825eedc55ea263a99c2289 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:07:38 +0100 Subject: [PATCH] Upgrade to Netty 4.1.96.Final Closes gh-36896 --- 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 c766ab6ed21..a2a980248de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1052,7 +1052,7 @@ bom { ] } } - library("Netty", "4.1.94.Final") { + library("Netty", "4.1.96.Final") { group("io.netty") { imports = [ "netty-bom"