Skip to content

Commit

Permalink
Depend on Micrometer 1.14.0
Browse files Browse the repository at this point in the history
Depend on Micrometer Tracing 1.4.0
  • Loading branch information
violetagg committed Nov 12, 2024
1 parent 5aea054 commit 67f1852
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 @@ -86,8 +86,8 @@ ext {
}

//Metrics
micrometerVersion = '1.14.0-SNAPSHOT' //optional baseline
micrometerTracingVersion = '1.4.0-SNAPSHOT' //optional baseline
micrometerVersion = '1.14.0' //optional baseline
micrometerTracingVersion = '1.4.0' //optional baseline
micrometerDocsVersion = '1.0.4' //optional baseline

contextPropagationDefaultVersion = '1.1.0' //optional baseline
Expand Down

0 comments on commit 67f1852

Please sign in to comment.