update dependencies

This commit is contained in:
2021-04-16 17:53:55 +02:00
parent 062d63ca02
commit c6e1d47a83

View File

@@ -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'