diff --git a/temporal-workflowcheck/build.gradle b/temporal-workflowcheck/build.gradle index 7672d5a4f..e6b19deaf 100644 --- a/temporal-workflowcheck/build.gradle +++ b/temporal-workflowcheck/build.gradle @@ -7,7 +7,7 @@ plugins { description = 'Temporal Java WorkflowCheck Static Analyzer' dependencies { - implementation 'org.ow2.asm:asm:9.7' + implementation 'org.ow2.asm:asm:9.9.1' compileOnly 'com.google.code.findbugs:jsr305:3.0.2' testImplementation project(":temporal-sdk") testImplementation "junit:junit:${junitVersion}"