From 3244a4a59bdb470a36e8bdda10bdd1b4f858add7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 14:30:51 +0100 Subject: [PATCH 1/3] Upgrade to Netty 4.1.84.Final Closes gh-32695 --- 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 78b978c693..581927ce25 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.82.Final") { + library("Netty", "4.1.84.Final") { group("io.netty") { imports = [ "netty-bom" From 5329eac5e4b8cfd69396cc5781b658b7a64b38f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 14:31:47 +0100 Subject: [PATCH 2/3] Upgrade to Reactor 2020.0.24 Closes gh-32587 --- 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 581927ce25..42b6253498 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.24-SNAPSHOT") { + library("Reactor Bom", "2020.0.24") { group("io.projectreactor") { imports = [ "reactor-bom" From eaf0523656388eeceb8767cb179f8f36c5700c7f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 14:32:37 +0100 Subject: [PATCH 3/3] Upgrade to Spring Data 2021.1.9 Closes gh-32588 --- 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 42b6253498..42752d304b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.9-SNAPSHOT") { + library("Spring Data Bom", "2021.1.9") { group("org.springframework.data") { imports = [ "spring-data-bom"