diff --git a/build.gradle.kts b/build.gradle.kts index 8cdef9c..580f004 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.android.library") version "9.0.0" apply false id("com.google.gms.google-services") version "4.4.4" apply false id("androidx.navigation.safeargs") version "2.9.6" apply false - id("com.github.ben-manes.versions") version "0.53.0" apply true + id("com.github.ben-manes.versions") version "0.54.0" apply true } allprojects {