From 0fada946b8a52b60888bb87dc0615c9565bba0d7 Mon Sep 17 00:00:00 2001 From: Haowei Wen Date: Tue, 3 May 2022 22:13:49 +0800 Subject: [PATCH] update dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8e96323..b24dabe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.github.johnrengelman.shadow' version '7.0.0' - id 'com.palantir.git-version' version '0.12.3' + id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.palantir.git-version' version '0.13.0' id 'java' } @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.ow2.asm:asm:9.2' + implementation 'org.ow2.asm:asm:9.3' testImplementation 'junit:junit:4.13.2' }