Skip to content

Commit b8072e8

Browse files
Pin spectator-api to 1.0.+ for Micrometer 1.8.x
fixes gh-3027
1 parent ade7ccc commit b8072e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

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

0 commit comments

Comments
 (0)