Skip to content

Commit

Permalink
fix(deps): update dependency com.google.auth:google-auth-library-oaut…
Browse files Browse the repository at this point in the history
…h2-http to v1.31.0 (#1666)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 2a4d37a commit fafb86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp-auth-extension/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.1")
implementation("com.google.auth:google-auth-library-oauth2-http:1.31.0")

// Test dependencies
testCompileOnly("com.google.auto.service:auto-service-annotations")
Expand Down

0 comments on commit fafb86a

Please sign in to comment.