Skip to content

Commit

Permalink
Depend on Micrometer v1.13.0 (#3241)
Browse files Browse the repository at this point in the history
Depend on Micrometer Tracing v1.3.0
  • Loading branch information
violetagg authored May 13, 2024
1 parent e348279 commit ed7c964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ ext {
}

//Metrics
micrometerVersion = '1.13.0-SNAPSHOT' //optional baseline
micrometerTracingVersion = '1.3.0-SNAPSHOT' //optional baseline
micrometerVersion = '1.13.0' //optional baseline
micrometerTracingVersion = '1.3.0' //optional baseline
micrometerDocsVersion = '1.0.2' //optional baseline

contextPropagationDefaultVersion = '1.1.0' //optional baseline
Expand Down

0 comments on commit ed7c964

Please sign in to comment.