diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 9462e40cf4600..61f710a8e6c16 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1078,16 +1078,16 @@ - - - - - + + + + + @@ -4511,6 +4511,11 @@ + + + + + @@ -4531,6 +4536,11 @@ + + + + + @@ -4596,6 +4606,11 @@ + + + + + @@ -4606,6 +4621,11 @@ + + + + + diff --git a/libs/entitlement/asm-provider/build.gradle b/libs/entitlement/asm-provider/build.gradle index d992792cd96d8..e6016a4294977 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") }