diff --git a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle index 1ed9677d7..7dc39e9f4 100644 --- a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle +++ b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle @@ -1,6 +1,6 @@ dependencies { compileApi project(':hystrix-core') - compileApi 'io.dropwizard.metrics:metrics-core:3.1.2' + compileApi 'io.dropwizard.metrics:metrics-core:3.2.2' testCompile 'junit:junit-dep:4.10' testCompile 'org.mockito:mockito-all:1.9.5' }