We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8716d22 commit 05ee827Copy full SHA for 05ee827
temporal-workflowcheck/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
description = 'Temporal Java WorkflowCheck Static Analyzer'
8
9
dependencies {
10
- implementation 'org.ow2.asm:asm:9.7'
+ implementation 'org.ow2.asm:asm:9.9.1'
11
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
12
testImplementation project(":temporal-sdk")
13
testImplementation "junit:junit:${junitVersion}"
0 commit comments