Skip to content

Commit

Permalink
Update Micrometer dependencies (#2422)
Browse files Browse the repository at this point in the history
- Micrometer dependency to version 1.10.0-M4
- Micrometer Tracing dependency to version 1.0.0-M7
- Micrometer Docs Generator dependency to version 1.0.0-M6
- Context Propagation dependency to version 1.0.0-M4
  • Loading branch information
violetagg committed Aug 8, 2022
1 parent 1c5b966 commit 3f89f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -84,11 +84,11 @@ ext {
}

//Metrics
micrometerVersion = '1.10.0-SNAPSHOT' //optional baseline
micrometerTracingVersion = '1.0.0-SNAPSHOT' //optional baseline
micrometerDocsVersion = '1.0.0-SNAPSHOT' //optional baseline
micrometerVersion = '1.10.0-M4' //optional baseline
micrometerTracingVersion = '1.0.0-M7' //optional baseline
micrometerDocsVersion = '1.0.0-M6' //optional baseline

contextPropagationVersion = '1.0.0-SNAPSHOT'
contextPropagationVersion = '1.0.0-M4'

braveVersion = '5.13.10'

Expand Down

0 comments on commit 3f89f36

Please sign in to comment.