diff --git a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle index 41a69fc61..1d8454a1c 100644 --- a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle +++ b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle @@ -1,6 +1,6 @@ dependencies { compile project(':hystrix-core') - compile 'com.codahale.metrics:metrics-core:3.0.2' + compile 'io.dropwizard.metrics:metrics-core:3.1.2' testCompile 'junit:junit-dep:4.10' testCompile 'org.mockito:mockito-all:1.9.5' }