We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369438e commit d61f02cCopy full SHA for d61f02c
gcp-auth-extension/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
25
26
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
27
- implementation("com.google.auth:google-auth-library-oauth2-http:1.39.1")
+ implementation("com.google.auth:google-auth-library-oauth2-http:1.40.0")
28
29
// Test dependencies
30
testCompileOnly("com.google.auto.service:auto-service-annotations")
0 commit comments