From 7907358875df285e1e0d28e21172cc400cf0ff8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:40 +0100 Subject: [PATCH] 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") {