From 9dda20cfabad5dc71613f5b7651287666a80e89f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 09:48:36 +0200 Subject: [PATCH 1/9] Start building against Reactor 2020.0.18 snapshots See gh-30587 --- 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 7e4484cd37..5ec069fa92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.17") { + library("Reactor Bom", "2020.0.18-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From e70451635cae237899d8642556f3b4a9c73709d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:06:02 +0200 Subject: [PATCH 2/9] Start building against Spring Framework 5.3.19 snapshots See gh-30516 --- 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 5ec069fa92..88528fc83b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.18") { + library("Spring Framework", "5.3.19-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From ea6e87adefd6c9b1fd27c748b28ecdc9c705a4f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:06:34 +0200 Subject: [PATCH 3/9] Start building against Micrometer 1.7.11 snapshots See gh-30588 --- 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 88528fc83b..33ccbf266d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Micrometer", "1.7.10") { + library("Micrometer", "1.7.11-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 5b05304c2c758e2dab84196cd821b1383e351b0c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:06:59 +0200 Subject: [PATCH 4/9] Start building against Spring LDAP 2.3.7 snapshots See gh-30589 --- 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 33ccbf266d..4886807a59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1744,7 +1744,7 @@ bom { ] } } - library("Spring LDAP", "2.3.6.RELEASE") { + library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 0080e45172cf0e032c0d77b43b792ecc933ca9e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:07:41 +0200 Subject: [PATCH 5/9] Start building against Spring Retry 1.3.3 snapshots See gh-30590 --- 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 4886807a59..b12796922f 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 Retry", "1.3.2") { + library("Spring Retry", "1.3.3-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From aab8fc80ec6199a70725b1879b44dad6e3b89ba3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:08:10 +0200 Subject: [PATCH 6/9] Start building against Spring Data 2021.0.11 snapshots See gh-30594 --- 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 b12796922f..af5c6081d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.10") { + library("Spring Data Bom", "2021.0.11-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From bb8be2425a9024cc657fa08463f07deec3999412 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:08:35 +0200 Subject: [PATCH 7/9] Start building against Spring Kafka 2.7.13 snapshots See gh-30592 --- 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 af5c6081d8..61f199f3a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring Kafka", "2.7.12") { + library("Spring Kafka", "2.7.13-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 455c37645d37d2ceef281b3dde1083846721f3b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:09:00 +0200 Subject: [PATCH 8/9] Start building against Spring Security 5.5.6 snapshots See gh-30593 --- 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 61f199f3a8..923c01f622 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.5") { + library("Spring Security", "5.5.6-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 6aa8436c6d5fc1661068629efbb0e1f93c871626 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:09:30 +0200 Subject: [PATCH 9/9] Start building against Spring Session 2021.0.6 snapshots See gh-30595 --- 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 923c01f622..7f89b1b473 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1786,7 +1786,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.5") { + library("Spring Session Bom", "2021.0.6-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"