Skip to content

Commit 716fa10

Browse files
committed
Merge branch '1.9.x' into 1.10.x
2 parents ba447f9 + c13e198 commit 716fa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def VERSIONS = [
2121
// in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
2222
// <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
2323
'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.+',
2525
'com.newrelic.agent.java:newrelic-api:5.+',
2626
'com.signalfx.public:signalfx-java:latest.release',
2727
'com.squareup.okhttp3:okhttp:latest.release',
@@ -82,7 +82,7 @@ def VERSIONS = [
8282
'org.testcontainers:mongodb:latest.release',
8383
'org.testcontainers:testcontainers:latest.release',
8484
'ru.lanwen.wiremock:wiremock-junit5:latest.release',
85-
'software.amazon.awssdk:cloudwatch:latest.release'
85+
'software.amazon.awssdk:cloudwatch:2.18.+'
8686
]
8787

8888
def PLATFORM_BOMS = [

0 commit comments

Comments
 (0)