From 1c1006f7556cb4a5d9151d375aa14e50e68a46ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:33:50 +0200 Subject: [PATCH 1/5] Start building against Micrometer 1.9.4 snapshots See gh-32272 --- 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 b2b932740f..ef1844cfcb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("Micrometer", "1.9.3") { + library("Micrometer", "1.9.4-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From b5aeb21e0a503e8beb037b11e25529b10227aaec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:35:09 +0200 Subject: [PATCH 2/5] Start building against Spring Framework 5.3.23 snapshots See gh-32274 --- 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 ef1844cfcb..588dda1fba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Framework", "5.3.22") { + library("Spring Framework", "5.3.23-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" } From dbdb5f40eeea4bc4237037e22a90759a0cb9f6cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:35:34 +0200 Subject: [PATCH 3/5] Start building against Spring Data 2021.2.3 snapshots See gh-32275 --- 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 588dda1fba..1163bb3447 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.2") { + library("Spring Data Bom", "2021.2.3-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" } From b1b45f19fa83a37c4704ae84b77a89071ba919d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:36:35 +0200 Subject: [PATCH 4/5] Start building against Spring Kafka 2.8.9 snapshots See gh-32277 --- 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 1163bb3447..315d63e051 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.8") { + library("Spring Kafka", "2.8.9-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From fd808ba16ee2864cd0b84ce6837aaa6f8677eb37 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:37:03 +0200 Subject: [PATCH 5/5] Start building against Spring Batch 4.3.7 snapshots See gh-32278 --- 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 315d63e051..d97488cf5c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Batch", "4.3.6") { + library("Spring Batch", "4.3.7-SNAPSHOT") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }