Skip to content

Commit 0c7f0d0

Browse files
Upgrade Netflix Spectator libs to 0.135.0
fixes gh-2823
1 parent 6a72387 commit 0c7f0d0

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def VERSIONS = [
1818
// in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
1919
// <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
2020
'com.netflix.hystrix:hystrix-core:1.5.12',
21-
'com.netflix.spectator:spectator-reg-atlas:latest.release',
21+
'com.netflix.spectator:spectator-reg-atlas:0.+',
2222
'com.newrelic.agent.java:newrelic-api:5.+',
2323
'com.signalfx.public:signalfx-java:1.0.+',
2424
'com.squareup.okhttp3:okhttp:latest.release',

implementations/micrometer-registry-atlas/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/micrometer-samples-boot2/gradle.lockfile

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/micrometer-samples-core/gradle.lockfile

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)