From 708e01bf6a0aef5e972872b544089b4d2246e093 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:32:58 +0000 Subject: [PATCH] Upgrade to Netty 4.1.90.Final Closes gh-34671 --- 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 a499bb9f5d..1a31bed7be 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.89.Final") { + library("Netty", "4.1.90.Final") { group("io.netty") { imports = [ "netty-bom"