From c216e1e4a45d3f5b0541f71689f32592ace27d04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 09:31:10 +0200 Subject: [PATCH] Upgrade to Netty 4.1.82.Final Closes gh-32312 --- 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 98810bdb80..1c6d5ef924 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { ] } } - library("Netty", "4.1.79.Final") { + library("Netty", "4.1.82.Final") { group("io.netty") { imports = [ "netty-bom"