From a3502accbf2ebb6730acadf1dbea04f584b297bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:19:32 +0200 Subject: [PATCH 1/4] Upgrade to Reactor Dysprosium-SR19 Closes gh-25902 --- 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 7de8c51989b0..da71592cfb78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR19") { group("io.projectreactor") { imports = [ "reactor-bom" From 75b65ddf62f01e1223248b2b2b37be899c3aa2c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:20:13 +0200 Subject: [PATCH 2/4] Upgrade to Spring Security 5.3.9 Closes gh-25906 --- 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 da71592cfb78..491680f01024 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1732,7 +1732,7 @@ bom { ] } } - library("Spring Security", "5.3.9.BUILD-SNAPSHOT") { + library("Spring Security", "5.3.9.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom" From 3e4ee05aaa6dee6cecdd8e0f7a244fd7ec88bf30 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:22:58 +0200 Subject: [PATCH 3/4] Upgrade to Reactor 2020.0.6 Closes gh-25908 --- 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 9b0800859f26..4f6fcf6a8a87 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("Reactor Bom", "2020.0.6-SNAPSHOT") { + library("Reactor Bom", "2020.0.6") { group("io.projectreactor") { imports = [ "reactor-bom" From 65dd4087859d5dfce15258ccb8274c83f6d46c39 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:23:38 +0200 Subject: [PATCH 4/4] Upgrade to Spring Security 5.4.6 Closes gh-25911 --- 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 4f6fcf6a8a87..8040d0c87bb1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1624,7 +1624,7 @@ bom { ] } } - library("Spring Security", "5.4.6-SNAPSHOT") { + library("Spring Security", "5.4.6") { group("org.springframework.security") { imports = [ "spring-security-bom"