fix(deps): update dependency com.google.api-client:google-api-client to v2.8.0 (#13888)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-20 23:26:54 +03:00 committed by GitHub
parent b822d99433
commit d287be263a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation("com.google.api-client:google-api-client:2.7.2")
implementation("com.google.api-client:google-api-client:2.8.0")
implementation("com.google.apis:google-api-services-sheets:v4-rev20250509-2.0.0")
implementation("com.google.auth:google-auth-library-oauth2-http:1.35.0")
}