We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ab5f6 commit accae65Copy full SHA for accae65
settings.gradle
@@ -12,7 +12,7 @@ plugins {
12
dependencyResolutionManagement {
13
versionCatalogs {
14
libs {
15
- version('asm', '9.7')
+ version('asm', '9.7.1')
16
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
17
library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm')
18
library('asm-commons', 'org.ow2.asm', 'asm-commons').versionRef('asm')
0 commit comments