From 5094681e3f9c2e6a048c5ee2b0abff7e9fc88b1c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:42:46 +0100 Subject: [PATCH] Upgrade to Netty 4.1.92.Final Closes gh-35489 --- 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 6efe062f6ec..fda026b6d38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1301,7 +1301,7 @@ bom { ] } } - library("Netty", "4.1.77.Final") { + library("Netty", "4.1.92.Final") { group("io.netty") { imports = [ "netty-bom"