diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index db8e7b415ee6..7e147eff76db 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1153,16 +1153,16 @@ - - - - - + + + + + @@ -4601,6 +4601,11 @@ + + + + + @@ -4621,6 +4626,11 @@ + + + + + @@ -4686,6 +4696,11 @@ + + + + + @@ -4696,6 +4711,11 @@ + + + + + diff --git a/libs/entitlement/asm-provider/build.gradle b/libs/entitlement/asm-provider/build.gradle index d992792cd96d..e6016a429497 100644 --- a/libs/entitlement/asm-provider/build.gradle +++ b/libs/entitlement/asm-provider/build.gradle @@ -13,10 +13,10 @@ dependencies { compileOnly project(':libs:entitlement') compileOnly project(':libs:core') compileOnly project(':libs:logging') - implementation 'org.ow2.asm:asm:9.7.1' - implementation 'org.ow2.asm:asm-util:9.7.1' - implementation 'org.ow2.asm:asm-tree:9.7.1' - implementation 'org.ow2.asm:asm-analysis:9.7.1' + implementation 'org.ow2.asm:asm:9.8' + implementation 'org.ow2.asm:asm-util:9.8' + implementation 'org.ow2.asm:asm-tree:9.8' + implementation 'org.ow2.asm:asm-analysis:9.8' testImplementation project(":test:framework") testImplementation project(":libs:entitlement:bridge") }