From 5e9c00290ec2df2549f1349e2fd23061068f7975 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 14:54:25 +0000 Subject: [PATCH] Upgrade to Netty 4.1.89.Final Closes gh-34269 --- 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 5fb8116e28c0..c0ccafe2592d 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.87.Final") { + library("Netty", "4.1.89.Final") { group("io.netty") { imports = [ "netty-bom"