fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.36.0 (#1931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-02 15:54:55 +03:00 committed by GitHub
parent 8d9b238a14
commit 805a784874
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ dependencies {
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
implementation("com.google.auth:google-auth-library-oauth2-http:1.35.0")
implementation("com.google.auth:google-auth-library-oauth2-http:1.36.0")
// Test dependencies
testCompileOnly("com.google.auto.service:auto-service-annotations")