diff --git a/build.gradle b/build.gradle index 2714187c7..8dd9cc82a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { plugins { id 'de.undercouch.download' version '4.1.2' - id 'com.github.ben-manes.versions' version '0.41.0' + id 'com.github.ben-manes.versions' version '0.42.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') }