Skip to content

Commit

Permalink
Merge pull request #1172 from quartz-scheduler/dependabot/gradle/asm-…
Browse files Browse the repository at this point in the history
…asm-3.3.1

Bump asm:asm from 3.2 to 3.3.1
  • Loading branch information
jhouserizer authored Oct 14, 2024
2 parents 60d260d + d154105 commit d929531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {


testImplementation "junit:junit:$junitVersion"
testImplementation 'asm:asm:3.2'
testImplementation 'asm:asm:3.3.1'
testImplementation 'org.mockito:mockito-core:1.9.5'
testImplementation 'org.hamcrest:hamcrest-library:1.2'

Expand Down

0 comments on commit d929531

Please sign in to comment.