Skip to content

Commit 05ee827

Browse files
authored
chore: bump workflowcheck asm version for latest JDK version support (#2835)
1 parent 8716d22 commit 05ee827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-workflowcheck/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
description = 'Temporal Java WorkflowCheck Static Analyzer'
88

99
dependencies {
10-
implementation 'org.ow2.asm:asm:9.7'
10+
implementation 'org.ow2.asm:asm:9.9.1'
1111
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
1212
testImplementation project(":temporal-sdk")
1313
testImplementation "junit:junit:${junitVersion}"

0 commit comments

Comments
 (0)