From ffd3944bc7822aee0e729ae7ee287c9caa00d70d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:33 +0100 Subject: [PATCH 1/5] Start building against Micrometer 1.11.2 snapshots See gh-36183 --- 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 1e4e71da1b..6dc1014e3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("Micrometer", "1.11.1") { + library("Micrometer", "1.11.2-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9d0e058352fb809120ca138373e43c7908c29eab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:38 +0100 Subject: [PATCH 2/5] Start building against Spring Data Bom 2023.0.2 snapshots See gh-36184 --- 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 6dc1014e3b..260fd8c1a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.1") { + library("Spring Data Bom", "2023.0.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 921691284db95dd67ab9190879390cf601e05238 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:43 +0100 Subject: [PATCH 3/5] Start building against Spring Framework 6.0.11 snapshots See gh-36185 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b25456ec49..6c497b8ab2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.8.22 nativeBuildToolsVersion=0.9.23 -springFrameworkVersion=6.0.10 +springFrameworkVersion=6.0.11-SNAPSHOT tomcatVersion=10.1.10 kotlin.stdlib.default.dependency=false From 3c00a042111baab179b793ac55793292a6eedeaf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:48 +0100 Subject: [PATCH 4/5] Start building against Spring GraphQL 1.2.2 snapshots See gh-36186 --- 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 260fd8c1a5..6288dbc4e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.1") { + library("Spring GraphQL", "1.2.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql", From d0a61c2e78f7f9f96f2c87520fbab4bbd65aac1c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:53 +0100 Subject: [PATCH 5/5] Start building against Spring Kafka 3.0.9 snapshots See gh-36187 --- 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 6288dbc4e6..ad13022a03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring Kafka", "3.0.8") { + library("Spring Kafka", "3.0.9-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",