diff --git a/build.gradle b/build.gradle index 36a2699..afc8375 100644 --- a/build.gradle +++ b/build.gradle @@ -8,13 +8,13 @@ buildscript { } dependencies { // run with Java 11 and ./gradlew --no-daemon clean jmh - classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.2" + classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.3" } } plugins { // usage: gradle dependencyUpdates -Drevision=release - id "com.github.ben-manes.versions" version "0.36.0" + id "com.github.ben-manes.versions" version "0.38.0" } apply plugin: 'java'