Update dependencies

This commit is contained in:
Haowei Wen 2023-11-01 18:52:13 +08:00
parent f6970a51b2
commit 088af75652
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.palantir.git-version' version '2.0.0'
id 'com.palantir.git-version' version '3.0.0'
id 'java'
}
@ -9,8 +9,8 @@ repositories {
}
dependencies {
implementation 'org.ow2.asm:asm:9.5'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
implementation 'org.ow2.asm:asm:9.6'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
}
tasks.withType(JavaCompile) {