From 28c2391759998e2a084abf4b151301506a5d9829 Mon Sep 17 00:00:00 2001 From: albanf Date: Mon, 5 Nov 2018 20:06:16 +0100 Subject: [PATCH] Upgrade servo from 0.10.1 to 0.12.7 Fix for #1700 --- hystrix-contrib/hystrix-servo-metrics-publisher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-servo-metrics-publisher/build.gradle b/hystrix-contrib/hystrix-servo-metrics-publisher/build.gradle index c3f61d7d1..b16ce74e8 100644 --- a/hystrix-contrib/hystrix-servo-metrics-publisher/build.gradle +++ b/hystrix-contrib/hystrix-servo-metrics-publisher/build.gradle @@ -1,6 +1,6 @@ dependencies { compileApi project(':hystrix-core') - compileApi 'com.netflix.servo:servo-core:0.10.1' + compileApi 'com.netflix.servo:servo-core:0.12.7' testCompile 'junit:junit-dep:4.10' testCompile 'org.mockito:mockito-all:1.9.5' }