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 8d9b238 commit 805a784Copy full SHA for 805a784
gcp-auth-extension/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
24
25
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
26
- implementation("com.google.auth:google-auth-library-oauth2-http:1.35.0")
+ implementation("com.google.auth:google-auth-library-oauth2-http:1.36.0")
27
28
// Test dependencies
29
testCompileOnly("com.google.auto.service:auto-service-annotations")
0 commit comments