Compare commits

..

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

View file

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