From 0e1417935dc8fa82adda533da2ac4efaebd698c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:40:51 +0200 Subject: [PATCH 01/14] Start building against Reactor 2020.0.20 snapshots See gh-31371 --- 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 80c5e5f9e6..6dec8ffeb5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1432,7 +1432,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.19") { + library("Reactor Bom", "2020.0.20-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 37af43cb18bde2189dee8ee87bc93cc531bd6f04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:42:02 +0200 Subject: [PATCH 02/14] Start building against Micrometer 1.9.1 snapshots See gh-31372 --- 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 6dec8ffeb5..c405d83095 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1281,7 +1281,7 @@ bom { ] } } - library("Micrometer", "1.9.0") { + library("Micrometer", "1.9.1-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 02da20ec98889ea20d849d19f90463de31212537 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:43:52 +0200 Subject: [PATCH 03/14] Start building against Spring LDAP 2.4.1 snapshots See gh-31373 --- 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 c405d83095..0b0a6791f0 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 LDAP", "2.4.0") { + library("Spring LDAP", "2.4.1-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From ba4bb2ff32210fcf62784a2bb12e7ff3fcbf2920 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:46:51 +0200 Subject: [PATCH 04/14] Start building against Spring Data 2021.2.1 snapshots See gh-31374 --- 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 0b0a6791f0..e77700f46e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0") { + library("Spring Data Bom", "2021.2.1-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" } From 7841789735f73616654c2d8ccb4d82e215de3c5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:51:02 +0200 Subject: [PATCH 05/14] Start building against Spring Security 5.7.2 snapshots See gh-31375 --- 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 e77700f46e..96efc2f51c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1771,7 +1771,7 @@ bom { ] } } - library("Spring Security", "5.7.1") { + library("Spring Security", "5.7.2-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" } From 379344ea5967a57445aa776ffa3a0b73be34d71d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:52:04 +0200 Subject: [PATCH 06/14] Start building against Spring AMQP 2.4.6 snapshots See gh-31376 --- 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 96efc2f51c..3b450795f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring AMQP", "2.4.5") { + library("Spring AMQP", "2.4.6-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 2c7812e50486857723e35863ce23682671d53875 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:51:34 +0200 Subject: [PATCH 07/14] Start building against Reactor 2020.0.20 snapshots See gh-31346 --- 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 4c63fa978a..faae32fc95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1457,7 +1457,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.19") { + library("Reactor Bom", "2020.0.20-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From a2f323b4ed62de62481665ad4fee3083aa873c75 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:52:08 +0200 Subject: [PATCH 08/14] Start building against Micrometer 1.8.7 snapshots See gh-31347 --- 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 faae32fc95..de662fa111 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,7 +1250,7 @@ bom { ] } } - library("Micrometer", "1.8.6") { + library("Micrometer", "1.8.7-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From bc6d2ea16d6fe52f987a9e45caab01bdaa13d5cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:52:37 +0200 Subject: [PATCH 09/14] Start building against Spring AMQP 2.4.6 snapshots See gh-31348 --- 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 de662fa111..62a154dcc0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring AMQP", "2.4.5") { + library("Spring AMQP", "2.4.6-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From d22c0a22c39ce6e75e59f26d050e6c2eb89efc34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:53:06 +0200 Subject: [PATCH 10/14] Start building against Spring Data 2021.1.5 snapshots See gh-31349 --- 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 62a154dcc0..208d2c19bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.4") { + library("Spring Data Bom", "2021.1.5-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From ba572e5e16789c4572653c34cb4734e56092828c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:53:32 +0200 Subject: [PATCH 11/14] Start building against Spring Kafka 2.8.7 snapshots See gh-31350 --- 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 208d2c19bc..fba82ef6d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6") { + library("Spring Kafka", "2.8.7-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 342d01314a35510e662fecb7134cb69ae231b3f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:54:07 +0200 Subject: [PATCH 12/14] Start building against Spring Security 5.6.6 snapshots See gh-31351 --- 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 fba82ef6d9..afc6ecd5af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Security", "5.6.5") { + library("Spring Security", "5.6.6-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 2f40c52d810932ec7d65f413dc8c66024276f9a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:54:34 +0200 Subject: [PATCH 13/14] Start building against Spring Session 2021.1.4 snapshots See gh-31352 --- 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 afc6ecd5af..3efbfd592f 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 Session Bom", "2021.1.3") { + library("Spring Session Bom", "2021.1.4-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From 97e0c8e79cad2454537ed14fbf084577fb766230 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:53:04 +0200 Subject: [PATCH 14/14] Start building against Spring Kafka 2.8.7 snapshots See gh-31377 --- 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 3b450795f9..bead84ec3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1725,7 +1725,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6") { + library("Spring Kafka", "2.8.7-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }