From 19eb69c1bbf4a71f58b8c9135a37fe599d9d3ac9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:05:53 +0200 Subject: [PATCH 1/2] Start building against Reactor 2020.0.22 snapshots See gh-32037 --- 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 82e470db179..994708b88d1 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.21") { + library("Reactor Bom", "2020.0.22-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 24c2ed3c788452260d15e592671224f9f347d1e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:06:24 +0200 Subject: [PATCH 2/2] Start building against Spring Security 5.6.7 snapshots See gh-32039 --- 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 994708b88d1..7544e3288a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Security", "5.6.6") { + library("Spring Security", "5.6.7-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"