From 416b9122acc036d4ecfa4d80fa34b615c527ded0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 May 2023 07:48:39 +0200 Subject: [PATCH] Upgrade to Netty 4.1.92.Final Closes gh-35443 --- 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 97b25c6022..d14e9d9546 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.91.Final") { + library("Netty", "4.1.92.Final") { group("io.netty") { imports = [ "netty-bom"