Compare commits

...
Sign in to create a new pull request.

1 commit

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

View file

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