From 581ed01be54829b9f44a19ec4a91659b652f9bd9 Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:18:54 +0200 Subject: [PATCH] fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.24.0 (#1062) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a05050f98..60b398c3e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ google-android-identity = "com.google.android.libraries.identity.googleid:google google-android-location = "com.google.android.gms:play-services-location:21.3.0" google-android-material = "com.google.android.material:material:1.12.0" -google-auth-http = "com.google.auth:google-auth-library-oauth2-http:1.23.0" +google-auth-http = "com.google.auth:google-auth-library-oauth2-http:1.24.0" google-cloud-bom = "com.google.cloud:libraries-bom:26.43.0" google-cloud-firestore = { module = "com.google.cloud:google-cloud-firestore" }