From 422236f365533d005f68b6ae79766de8070c2ce5 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sun, 30 Sep 2018 21:10:22 +0800 Subject: [PATCH] Update dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 22ca15f..420dca6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.johnrengelman.shadow' version '2.0.4' + id 'com.github.johnrengelman.shadow' version '4.0.0' id 'com.palantir.git-version' version '0.11.0' id 'java' } @@ -9,7 +9,7 @@ repositories { } dependencies { - compile 'org.ow2.asm:asm:6.2' + compile 'org.ow2.asm:asm:6.2.1' compile 'org.nanohttpd:nanohttpd:2.3.1' testCompile 'junit:junit:4.12' }