From 6a45026097517c8e8ff3c5f20c6b66b557fecb6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 16:12:50 +0200 Subject: [PATCH] Upgrade to Netty 4.1.65.Final Closes gh-26602 --- 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 c702e369a5..6e2fe29d6d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("Netty", "4.1.63.Final") { + library("Netty", "4.1.65.Final") { group("io.netty") { imports = [ "netty-bom"