From 2edcd578194849a1c2f5acd73a2e6f10ebfdd112 Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Thu, 11 Dec 2014 15:59:17 -0800 Subject: [PATCH] Upgrade to metrics-core:3.0.2 Manual upgrade since there is a conflict on https://github.com/Netflix/Hystrix/pull/279/files --- hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle index 1013cc41e..33582fffe 100644 --- a/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle +++ b/hystrix-contrib/hystrix-codahale-metrics-publisher/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'idea' dependencies { compile project(':hystrix-core') - compile 'com.codahale.metrics:metrics-core:3.0.1' + compile 'com.codahale.metrics:metrics-core:3.0.2' testCompile 'junit:junit-dep:4.10' testCompile 'org.mockito:mockito-all:1.9.5' }