From 71c7194af7c973794d13dcd21fb8d420ff8ec69b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:41 +0000 Subject: [PATCH] Upgrade to Netty 4.1.90.Final Closes gh-34653 --- 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 c89a26e2f7..9bd79098c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.89.Final") { + library("Netty", "4.1.90.Final") { group("io.netty") { imports = [ "netty-bom"