diff --git a/build.gradle b/build.gradle index d16c22c88..d01b48712 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { plugins { id 'de.undercouch.download' version '5.3.1' - id 'com.github.ben-manes.versions' version '0.44.0' + id 'com.github.ben-manes.versions' version '0.46.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') }