diff --git a/build.gradle b/build.gradle index 69fa2733621..be923953793 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { plugins { id 'de.undercouch.download' version '5.6.0' - id 'com.github.ben-manes.versions' version '0.47.0' + id 'com.github.ben-manes.versions' version '0.53.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') }