From d029b4523cc6e3efe1b80d4dde6b0dd2450b98b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20GRILLON?= Date: Wed, 19 Dec 2018 08:29:31 +0100 Subject: [PATCH] update org.ow2.asm:asm to version 6.2 useful for using librairy under springboot 2 --- hystrix-contrib/hystrix-javanica/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-javanica/build.gradle b/hystrix-contrib/hystrix-javanica/build.gradle index 3febf6ddb..53fa84f4d 100644 --- a/hystrix-contrib/hystrix-javanica/build.gradle +++ b/hystrix-contrib/hystrix-javanica/build.gradle @@ -103,7 +103,7 @@ dependencies { compileApi 'com.google.guava:guava:15.0' compile 'org.apache.commons:commons-lang3:3.1' compileApi 'com.google.code.findbugs:jsr305:2.0.0' - compile 'org.ow2.asm:asm:5.0.4' + compile 'org.ow2.asm:asm:6.2' testCompile group: 'junit', name: 'junit', version: '4.12' testCompile 'pl.pragmatists:JUnitParams:1.0.5' testCompile project(':hystrix-junit')