Skip to content

Commit

Permalink
Merge #2564 into 2.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 3, 2022
2 parents 0aebf27 + 0cbf1e4 commit 9ff810e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ ext {
}

//Metrics
micrometerVersion = '1.10.0-RC1' //optional baseline
micrometerTracingVersion = '1.0.0-RC1' //optional baseline
micrometerDocsVersion = '1.0.0-RC1' //optional baseline
micrometerVersion = '1.10.0-SNAPSHOT' //optional baseline
micrometerTracingVersion = '1.0.0-SNAPSHOT' //optional baseline
micrometerDocsVersion = '1.0.0-SNAPSHOT' //optional baseline

// Used only in tests
contextPropagationVersion = '1.0.0-RC1' //optional baseline
contextPropagationVersion = '1.0.0-SNAPSHOT' //optional baseline

// Used only in examples
braveVersion = '5.14.1'
Expand Down

0 comments on commit 9ff810e

Please sign in to comment.