From 5d039810e6031d941e2fc89a3d20a033ac46c70c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:12 +0100 Subject: [PATCH] Upgrade to Netty 4.1.48.Final Closes gh-20782 --- 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 eec91e04794..bb7f8919dd6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1257,7 +1257,7 @@ bom { ] } } - library("Netty", "4.1.47.Final") { + library("Netty", "4.1.48.Final") { group("io.netty") { imports = [ "netty-bom"