diff --git a/build.gradle b/build.gradle index b3a283f..95660ef 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import io.deephaven.csv.Constants plugins { id 'io.deephaven.csv.entry' - id 'me.champeau.jmh' version '0.6.8' + id 'me.champeau.jmh' version '0.7.0' } description = 'The Deephaven High-Performance CSV Parser'