From 19eb69c1bbf4a71f58b8c9135a37fe599d9d3ac9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:05:53 +0200 Subject: [PATCH 1/4] 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/4] 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" From 3fc7736c34c9acb9c653504856260f069672f367 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:07:11 +0200 Subject: [PATCH 3/4] Start building against Reactor 2020.0.22 snapshots See gh-32038 --- 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 641bd0bba65..8979a981521 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.21") { + library("Reactor Bom", "2020.0.22-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From caa2598b2b6628bb5eb077dafb4af0ba5405c7d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:07:37 +0200 Subject: [PATCH 4/4] Start building against Spring Security 5.7.3 See gh-32040 --- 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 8979a981521..79b977a9f99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { ] } } - library("Spring Security", "5.7.2") { + library("Spring Security", "5.7.3-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }