Skip to content

Commit

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

0 comments on commit d59ea2f

Please sign in to comment.