Skip to content

Commit

Permalink
Bump asm to 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markusheiden committed Jun 5, 2024
1 parent b06b001 commit 19ca39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project.ext.dependencyStrings = [
JACKSON_DATABIND: 'com.fasterxml.jackson.core:jackson-databind',
JACKSON_DATAFORMAT_YAML: 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml',
JACKSON_DATATYPE_JSR310: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310',
ASM: 'org.ow2.asm:asm:9.5',
ASM: 'org.ow2.asm:asm:9.7',
PICOCLI: 'info.picocli:picocli:4.7.4',

MAVEN_API: 'org.apache.maven:maven-plugin-api:3.9.3',
Expand Down

0 comments on commit 19ca39d

Please sign in to comment.