From 6e2744874416a4c40a09681254c3ce65b75e8473 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:07:06 +0100 Subject: [PATCH 1/5] Start building against Micrometer 1.9.0-M2 snapshots See gh-29282 --- 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 da017894d5..64c75cc8ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1236,7 +1236,7 @@ bom { ] } } - library("Micrometer", "1.8.0") { + library("Micrometer", "1.9.0-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 6cbc0e7ac50d50a4f9897f6899530578fd76675b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:07:39 +0100 Subject: [PATCH 2/5] Start building against Spring AMQP 2.4.2 snapshots See gh-29284 --- 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 64c75cc8ad..6a03dc43e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1632,7 +1632,7 @@ bom { ] } } - library("Spring AMQP", "2.4.1") { + library("Spring AMQP", "2.4.2-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 066bfb363541d294a7ef6f2dea90e18a2a2c1db9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:08:06 +0100 Subject: [PATCH 3/5] Start building against Spring Kafka 2.8.2 snapshots See gh-29224 --- 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 6a03dc43e1..2ae844aca2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1689,7 +1689,7 @@ bom { ] } } - library("Spring Kafka", "2.8.0") { + library("Spring Kafka", "2.8.2-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 0412e86a4fd439d3c2f4ad636b2d790d9aa97ada Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:08:47 +0100 Subject: [PATCH 4/5] Start building against Spring LDAP 2.4.0-M1 snapshots See gh-29222 --- 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 2ae844aca2..f3aba2543e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.RELEASE") { + library("Spring LDAP", "2.4.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 0f93c6c475f229b06e99146f4c91621938a7fbbd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:10:46 +0100 Subject: [PATCH 5/5] Start building against Spring Integration 5.5.8 snapshots See gh-29286 --- 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 f3aba2543e..60b72567e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Integration", "5.5.7") { + library("Spring Integration", "5.5.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"