Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yushijinhun committed Nov 1, 2023
1 parent f6970a5 commit 088af75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

Expand All @@ -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) {
Expand Down

0 comments on commit 088af75

Please sign in to comment.