From 399cb7bda579fab7d75f9fe562ccf81bf9ba3c7b Mon Sep 17 00:00:00 2001 From: Haowei Wen Date: Sat, 21 Aug 2021 04:16:33 +0800 Subject: [PATCH] update dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a23d4c..8e96323 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.johnrengelman.shadow' version '6.1.0' + id 'com.github.johnrengelman.shadow' version '7.0.0' id 'com.palantir.git-version' version '0.12.3' id 'java' } @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.ow2.asm:asm:9.1' + implementation 'org.ow2.asm:asm:9.2' testImplementation 'junit:junit:4.13.2' }