diff --git a/build.gradle b/build.gradle index 638acb1..b80d462 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { compile 'org.slf4j:slf4j-api:1.7.21' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:21.0' - compile 'org.ow2.asm:asm:5.2' + compile 'org.ow2.asm:asm:7.2' compile "org.jetbrains.kotlin:kotlin-stdlib" testCompile 'org.spockframework:spock-core:1.1-groovy-2.4' }