From 21a618a6c4fcc50870c81ad1f0e1d3e5826fe6b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 08:29:27 +0100 Subject: [PATCH 1/4] Start building against Micrometer 1.9.16 snapshots See gh-37674 --- 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 16ab03d990..47303d6318 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Micrometer", "1.9.15") { + library("Micrometer", "1.9.16-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 026bc31c3ec2bcd60512debfc7f7cea973f5091c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 08:29:32 +0100 Subject: [PATCH 2/4] Start building against Reactor Bom 2020.0.37 snapshots See gh-37675 --- 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 47303d6318..23b8fed7c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1491,7 +1491,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.36") { + library("Reactor Bom", "2020.0.37-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 21661c6a1acbf124159377f9de4e31636408b54f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 08:29:37 +0100 Subject: [PATCH 3/4] Start building against Spring AMQP 2.4.17 snapshots See gh-37676 --- 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 23b8fed7c6..c14be52c67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1721,7 +1721,7 @@ bom { ] } } - library("Spring AMQP", "2.4.16") { + library("Spring AMQP", "2.4.17-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[3.0.0-M1,)" From da319841b8a14351d7804bff6910063759beccf2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 08:29:43 +0100 Subject: [PATCH 4/4] Start building against Spring Data Bom 2021.2.17 snapshots See gh-37677 --- 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 c14be52c67..eb1f29c48c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1752,7 +1752,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.16") { + library("Spring Data Bom", "2021.2.17-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" prohibit {