From e1cbcd99b603ab93003032f19f65159871678e32 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 28 Jul 2026 05:24:12 -0400 Subject: [PATCH 1/2] Auto-update dependencies. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8e6cfa9..891c550 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.android.library") version "9.3.1" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("androidx.navigation.safeargs") version "2.9.8" apply false - id("com.github.ben-manes.versions") version "0.54.0" apply true + id("com.github.ben-manes.versions") version "0.56.0" apply true } allprojects { From b76831c67011f1d27ff45b9e7b590bae33d47c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Tue, 28 Jul 2026 14:45:47 +0100 Subject: [PATCH 2/2] use the new ID for the gradle versions plugin --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 891c550..a403415 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.android.library") version "9.3.1" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("androidx.navigation.safeargs") version "2.9.8" apply false - id("com.github.ben-manes.versions") version "0.56.0" apply true + id("io.github.ben-manes.versions") version "0.56.0" apply true } allprojects {