Skip to content

Commit

Permalink
Bump JMH to 1.37 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 26, 2023
1 parent b0cba64 commit b1d64c9
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 b1d64c9

Please sign in to comment.