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 {
configurations.all {
resolutionStrategy {
force("org.ow2.asm:asm:9.10.1")
force("org.ow2.asm:asm:9.5")
force("org.ow2.asm:asm-commons:9.5")
}
}