Compare commits

..

No commits in common. "renovate/org.ow2.asm-asm-commons-9.x" and "main" have entirely different histories.

View file

@ -6,7 +6,7 @@ buildscript {
configurations.all { configurations.all {
resolutionStrategy { resolutionStrategy {
force("org.ow2.asm:asm:9.5") force("org.ow2.asm:asm:9.5")
force("org.ow2.asm:asm-commons:9.10.1") force("org.ow2.asm:asm-commons:9.5")
} }
} }
} }