Skip to content

Commit 61dddc8

Browse files
authored
Merge pull request #1 from wadoon/dependabot/gradle/gradle-deps-001ea229ec
Bump the gradle-deps group with 3 updates
2 parents ec8b5cd + d3aa60f commit 61dddc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
plugins {
22
id 'java-library'
3-
id 'com.github.johnrengelman.shadow' version '7.0.0'
3+
id 'com.github.johnrengelman.shadow' version '8.1.1'
44
}
55

66
repositories {
77
mavenCentral()
88
}
99

1010
dependencies {
11-
implementation("org.ow2.asm:asm:7.0")
12-
testImplementation("junit:junit:4.12")
11+
implementation("org.ow2.asm:asm:9.8")
12+
testImplementation("junit:junit:4.13.2")
1313
}
1414

1515
task runtimeJar (type: Jar) {

0 commit comments

Comments
 (0)