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 508ea0d commit 828f00cCopy full SHA for 828f00c
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