Skip to content

Commit

Permalink
Update Micrometer dependencies to 1.10.0-SNAPSHOT before GA (#2564)
Browse files Browse the repository at this point in the history
Update Micrometer Tracing dependency to version 1.0.0-SNAPSHOT
Update Micrometer Docs Generator dependency to version 1.0.0-SNAPSHOT
Update Context Propagation dependency to version 1.0.0-SNAPSHOT
  • Loading branch information
violetagg authored Nov 3, 2022
1 parent a10d291 commit 0cbf1e4
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

braveVersion = '5.14.1'
zipkinSenderVersion = '2.16.3'
Expand Down

0 comments on commit 0cbf1e4

Please sign in to comment.