Compare commits

..

1 commit

Author SHA1 Message Date
35152a8cf4 Update dependency org.ow2.asm:asm-commons to v9.10.1
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-07-02 06:17:41 +00:00

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.5") force("org.ow2.asm:asm-commons:9.10.1")
} }
} }
} }