Skip to content

Commit

Permalink
Bump JMH to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Oct 26, 2023
1 parent 0446e69 commit 9d65866
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 @@ -56,7 +56,7 @@ dependencies {
}

jmh {
jmhVersion = '1.36'
jmhVersion = '1.37'
// -prof gc
profilers = ['gc']
// -rf JSON
Expand Down

0 comments on commit 9d65866

Please sign in to comment.