diff --git a/build.gradle b/build.gradle index 1e24b61..3bde4f3 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ plugins { id "com.google.osdetector" version "1.7.3" // https://github.com/google/osdetector-gradle-plugin id "org.beryx.jlink" version "4.1.0" // https://badass-jlink-plugin.beryx.org id "de.undercouch.download" version "5.7.0" // https://github.com/michel-kraemer/gradle-download-task - id "com.github.ben-manes.versions" version "0.54.0" // https://github.com/ben-manes/gradle-versions-plugin + id "com.github.ben-manes.versions" version "0.61.0" // https://github.com/ben-manes/gradle-versions-plugin id "eclipse" }