From ec57eb3879f9d05acb2a44f2a7f69388a98cd8ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:35 +0100 Subject: [PATCH 1/9] Start building against Micrometer 1.10.12 snapshots See gh-37678 --- 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 50542f2d68..18f7767248 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -955,7 +955,7 @@ bom { ] } } - library("Micrometer", "1.10.11") { + library("Micrometer", "1.10.12-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 7907358875df285e1e0d28e21172cc400cf0ff8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:40 +0100 Subject: [PATCH 2/9] Start building against Micrometer Tracing 1.0.11 snapshots See gh-37679 --- .../spring-boot-actuator-autoconfigure/build.gradle | 1 + spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle b/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle index b247ce7523..a9347c4727 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle @@ -68,6 +68,7 @@ dependencies { optional("io.micrometer:micrometer-registry-signalfx") optional("io.micrometer:micrometer-registry-statsd") optional("io.micrometer:micrometer-registry-wavefront") + optional("io.zipkin.reporter2:zipkin-reporter-brave") optional("io.zipkin.reporter2:zipkin-sender-urlconnection") optional("io.opentelemetry:opentelemetry-exporter-zipkin") optional("io.projectreactor.netty:reactor-netty-http") diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 18f7767248..510e581742 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -968,7 +968,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.10") { + library("Micrometer Tracing", "1.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From f1af6ff469b9b8285ed628f0ec43327a2b2a6294 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:45 +0100 Subject: [PATCH 3/9] Start building against Reactor Bom 2022.0.12 snapshots See gh-37680 --- 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 510e581742..65d62b5d42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1172,7 +1172,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.11") { + library("Reactor Bom", "2022.0.12-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From c72024de9fab4169871c9efb874403cef341a620 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:50 +0100 Subject: [PATCH 4/9] Start building against Spring AMQP 3.0.10 snapshots See gh-37681 --- 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 65d62b5d42..f0c524d340 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1353,7 +1353,7 @@ bom { ] } } - library("Spring AMQP", "3.0.9") { + library("Spring AMQP", "3.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 29ab800cba127427acc07be0ee0714897ea3e729 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:55 +0100 Subject: [PATCH 5/9] Start building against Spring Data Bom 2022.0.11 snapshots See gh-37682 --- 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 f0c524d340..5886a1f9cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.10") { + library("Spring Data Bom", "2022.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 150cb5bdb653e0fb5f8f58832fb301a5c76f0028 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:00 +0100 Subject: [PATCH 6/9] Start building against Spring LDAP 3.0.6 snapshots See gh-37683 --- 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 5886a1f9cb..e5d3693e74 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1420,7 +1420,7 @@ bom { ] } } - library("Spring LDAP", "3.0.5") { + library("Spring LDAP", "3.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 95e70c11d46e839505c02518e8be31bdea62db60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:07 +0100 Subject: [PATCH 7/9] Start building against Spring Retry 2.0.4 snapshots See gh-37684 --- 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 e5d3693e74..e7c9b48c63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1439,7 +1439,7 @@ bom { ] } } - library("Spring Retry", "2.0.3") { + library("Spring Retry", "2.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [ From 208f69b6614b70c2c3874aedeebc4368c93ed2d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:12 +0100 Subject: [PATCH 8/9] Start building against Spring Security 6.0.8 snapshots See gh-37685 --- 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 e7c9b48c63..fed9e0cf7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Spring Security", "6.0.7") { + library("Spring Security", "6.0.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From c06424f00ace1b7d979f255b84f58548ab40864c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:17 +0100 Subject: [PATCH 9/9] Start building against Spring Session 3.0.4 snapshots See gh-37686 --- 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 fed9e0cf7c..c4520ccba4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,7 +1455,7 @@ bom { ] } } - library("Spring Session", "3.0.3") { + library("Spring Session", "3.0.4-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])