We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade7ccc commit b8072e8Copy full SHA for b8072e8
dependencies.gradle
@@ -19,7 +19,7 @@ def VERSIONS = [
19
// in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
20
// <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
21
'com.netflix.hystrix:hystrix-core:1.5.12',
22
- 'com.netflix.spectator:spectator-reg-atlas:latest.release',
+ 'com.netflix.spectator:spectator-reg-atlas:1.0.+',
23
'com.newrelic.agent.java:newrelic-api:5.+',
24
'com.signalfx.public:signalfx-java:latest.release',
25
'com.squareup.okhttp3:okhttp:latest.release',
0 commit comments