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