From a3502accbf2ebb6730acadf1dbea04f584b297bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:19:32 +0200 Subject: [PATCH 1/2] 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 7de8c51989..da71592cfb 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/2] 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 da71592cfb..491680f010 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"