From 977286786244109321d86afb4f11d39561514a05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 13:26:58 +0200 Subject: [PATCH 1/5] Start building against Spring Batch 4.2.7 snapshots See gh-26426 --- 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 1d6859c0b82..61af68a57b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.2.6.RELEASE") { + library("Spring Batch", "4.2.7.BUILD-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 3a8500126bc1559bec0dbbb210ef68b39108d1e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 13:27:57 +0200 Subject: [PATCH 2/5] Start building against Micrometer 1.5.14 snapshots See gh-26427 --- 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 61af68a57b1..571e6f3a988 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1169,7 +1169,7 @@ bom { ] } } - library("Micrometer", "1.5.13") { + library("Micrometer", "1.5.14-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 47d55920356e61776f9801aa510d3c69d4ad19c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 13:28:28 +0200 Subject: [PATCH 3/5] Start building against Spring AMQP 2.2.17 snapshots See gh-26428 --- 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 571e6f3a988..23c41728346 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.16.RELEASE") { + library("Spring AMQP", "2.2.17.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 5cdabc9729627ad958b51598837dc963c509fdca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 13:29:00 +0200 Subject: [PATCH 4/5] Start building against Spring Kafka 2.5.13 snapshots See gh-26429 --- 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 23c41728346..b0eb5c8e3e3 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 Kafka", "2.5.12.RELEASE") { + library("Spring Kafka", "2.5.13.BUILD-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 21fbb2e79c8608941008a5a56b862c5ddb675b2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 13:47:38 +0200 Subject: [PATCH 5/5] Start building against Micrometer 1.6.7 snapshots See gh-26430 --- 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 2f1a6394f38..edeaf4e5834 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.6") { + library("Micrometer", "1.6.7-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {