diff --git a/build.gradle b/build.gradle index 63d47c9bc..89229b673 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.46.0' + id 'com.github.ben-manes.versions' version '0.47.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') }