From 9b837fa818c69145c7b0d53557b37dc47c847759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:43:59 +0000 Subject: [PATCH] chore(deps): bump com.google.android.gms:oss-licenses-plugin Bumps com.google.android.gms:oss-licenses-plugin from 0.10.9 to 0.10.10. --- updated-dependencies: - dependency-name: com.google.android.gms:oss-licenses-plugin dependency-version: 0.10.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 8851398f..b948f801 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") { - useModule("com.google.android.gms:oss-licenses-plugin:0.10.9") + useModule("com.google.android.gms:oss-licenses-plugin:0.10.10") } } }