File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def VERSIONS = [
21
21
// in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
22
22
// <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
23
23
' com.netflix.hystrix:hystrix-core:1.5.12' ,
24
- ' com.netflix.spectator:spectator-reg-atlas:latest.release ' ,
24
+ ' com.netflix.spectator:spectator-reg-atlas:1.3.+ ' ,
25
25
' com.newrelic.agent.java:newrelic-api:5.+' ,
26
26
' com.signalfx.public:signalfx-java:latest.release' ,
27
27
' com.squareup.okhttp3:okhttp:latest.release' ,
@@ -82,7 +82,7 @@ def VERSIONS = [
82
82
' org.testcontainers:mongodb:latest.release' ,
83
83
' org.testcontainers:testcontainers:latest.release' ,
84
84
' ru.lanwen.wiremock:wiremock-junit5:latest.release' ,
85
- ' software.amazon.awssdk:cloudwatch:latest.release '
85
+ ' software.amazon.awssdk:cloudwatch:2.18.+ '
86
86
]
87
87
88
88
def PLATFORM_BOMS = [
You can’t perform that action at this time.
0 commit comments