diff --git a/build.gradle b/build.gradle index 4e1433d0..48adf896 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.7.2' + id 'me.champeau.jmh' version '0.7.3' } description = 'The Deephaven High-Performance CSV Parser'