[dependabot]: Bump com.google.android.gms:play-services-auth

Bumps com.google.android.gms:play-services-auth from 21.4.0 to 21.5.1.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-auth
  dependency-version: 21.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 09:38:31 +00:00
committed by GitHub
parent faa4e22db6
commit aebf945c55

View File

@@ -71,7 +71,7 @@ dependencies {
implementation("androidx.credentials:credentials:1.5.0")
implementation("androidx.credentials:credentials-play-services-auth:1.5.0")
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1")
implementation("com.google.android.gms:play-services-auth:21.4.0")
implementation("com.google.android.gms:play-services-auth:21.5.1")
testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-core:5.22.0")
}