From e0cfced29e1b528cc440d142525ede7b4c3e1860 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Thu, 28 Jun 2018 14:11:50 +0800 Subject: [PATCH] update dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6d7e8ef..a57492a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.github.johnrengelman.shadow' version '2.0.3' - id 'com.palantir.git-version' version '0.10.1' + id 'com.github.johnrengelman.shadow' version '2.0.4' + id 'com.palantir.git-version' version '0.11.0' id 'java' } @@ -9,7 +9,7 @@ repositories { } dependencies { - compile 'org.ow2.asm:asm:6.1.1' + compile 'org.ow2.asm:asm:6.2' compile 'org.nanohttpd:nanohttpd:2.3.1' testCompile 'junit:junit:4.12' }