diff --git a/build.gradle.kts b/build.gradle.kts index c27fb309..434729f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0") classpath("org.jacoco:org.jacoco.core:0.8.8") classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT") - classpath("com.github.ben-manes:gradle-versions-plugin:0.43.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0") } }