From 759e5433377415b0955dd20011653295923978f7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 14 Mar 2021 08:22:13 +0100 Subject: [PATCH 1/3] Start building against Micrometer 1.6.5 snapshots See gh-25543 --- 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 d1d825b970..52bdbc5563 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.4") { + library("Micrometer", "1.6.5-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f63dcec60d147b9f27dd16bbe0159a337c17e094 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 14 Mar 2021 08:22:47 +0100 Subject: [PATCH 2/3] Start building against Spring Kafka 2.6.7 snapshots See gh-25578 --- 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 52bdbc5563..26642a15e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1586,7 +1586,7 @@ bom { ] } } - library("Spring Kafka", "2.6.6") { + library("Spring Kafka", "2.6.7-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 55354535558f6cfcb89bffb61fc271a07fc34622 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 14 Mar 2021 08:23:16 +0100 Subject: [PATCH 3/3] Start building against Spring Batch 4.3.2 snapshots See gh-25579 --- 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 26642a15e7..a611c696d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1548,7 +1548,7 @@ bom { ] } } - library("Spring Batch", "4.3.1") { + library("Spring Batch", "4.3.2-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",