From 48e3ebadef6ca53f639f94db554b0d3ca802ebb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:09 +0200 Subject: [PATCH] Upgrade to Netty 4.1.97.Final Closes gh-37086 --- 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 b13d572c99..cafb1cb80e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1029,7 +1029,7 @@ bom { ] } } - library("Netty", "4.1.96.Final") { + library("Netty", "4.1.97.Final") { group("io.netty") { imports = [ "netty-bom"