Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit b25d8b6

Browse files
authored
Merge pull request #65 from RaphiMC/dependabot/gradle/org.ow2.asm-asm-commons-9.7
Bump org.ow2.asm:asm-commons from 9.6 to 9.7
2 parents a956a2d + 795ff1e commit b25d8b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ allprojects {
120120
dependencies {
121121
api project(":runtime-dep")
122122

123-
api "org.ow2.asm:asm-commons:9.6"
123+
api "org.ow2.asm:asm-commons:9.7"
124124
}

coverage-scanner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configurations {
1111
}
1212

1313
dependencies {
14-
include api("org.ow2.asm:asm-commons:9.6")
14+
include api("org.ow2.asm:asm-commons:9.7")
1515

1616
include "net.sourceforge.argparse4j:argparse4j:0.9.0"
1717

0 commit comments

Comments
 (0)