From 22c4c6ea800b6b40f4baf969db710b1c5542a2a5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:19:01 +0200 Subject: [PATCH 1/6] Start building against Reactor 2020.0.8 snapshots See gh-26962 --- 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 704259fe1b..9821756de6 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.7") { + library("Reactor Bom", "2020.0.8-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From b462feaa587da2997c3abed3c1ca6c2127927576 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:20:02 +0200 Subject: [PATCH 2/6] Start building against Spring Data 2020.0.10 snapshots See gh-26963 --- 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 9821756de6..de6933245a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.9") { + library("Spring Data Bom", "2020.0.10-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 2f30449d1162132a1401d8764ee5ae40fbc6780c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:20:41 +0200 Subject: [PATCH 3/6] Start building against Spring Session 2020.0.5 snapshots See gh-26964 --- 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 de6933245a..551c7bc34a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.4") { + library("Spring Session Bom", "2020.0.5-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From fa37fb0a6986f5c0be929ca71a8f166ab27fc3ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:21:08 +0200 Subject: [PATCH 4/6] Start building against Spring Security 5.4.7 snapshots See gh-26965 --- 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 551c7bc34a..7da35bb5c0 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") { + library("Spring Security", "5.4.7-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 9477231c51ff799239234989cf182fec7c74e1bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:21:36 +0200 Subject: [PATCH 5/6] Start building against Spring AMQP 2.3.9 snapshots See gh-26966 --- 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 7da35bb5c0..d319ba3f66 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8") { + library("Spring AMQP", "2.3.9-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From cc6c53f040d2720a4a3ce6bcb593e4cdd4508f7f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:22:42 +0200 Subject: [PATCH 6/6] Start building against Spring Integration 5.4.8 snapshots See gh-26967 --- 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 d319ba3f66..2561134738 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.7") { + library("Spring Integration", "5.4.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"