From 87aed1fafee5a6d8cffb8f8c5c4bc0bc6c408e2f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:24:57 +0100 Subject: [PATCH] Upgrade to Netty 4.1.92.Final Closes gh-35530 --- 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 e3ee4949d8..158f8b6da4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Netty", "4.1.85.Final") { + library("Netty", "4.1.92.Final") { group("io.netty") { imports = [ "netty-bom"