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

Commit

Permalink
Merge pull request #65 from RaphiMC/dependabot/gradle/org.ow2.asm-asm…
Browse files Browse the repository at this point in the history
…-commons-9.7

Bump org.ow2.asm:asm-commons from 9.6 to 9.7
  • Loading branch information
RaphiMC authored Mar 25, 2024
2 parents a956a2d + 795ff1e commit b25d8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ allprojects {
dependencies {
api project(":runtime-dep")

api "org.ow2.asm:asm-commons:9.6"
api "org.ow2.asm:asm-commons:9.7"
}
2 changes: 1 addition & 1 deletion coverage-scanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
}

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

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

Expand Down

0 comments on commit b25d8b6

Please sign in to comment.