diff --git a/build.gradle b/build.gradle index c8caa5a64..27c1a7f1d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.48.0' } }