Skip to content

Commit

Permalink
Start building against Micrometer Tracing 1.0.11 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 4, 2023
1 parent ec57eb3 commit 7907358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.0.10") {
library("Micrometer Tracing", "1.0.11-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {
Expand Down

0 comments on commit 7907358

Please sign in to comment.