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 0ef74f1 commit 0e81545Copy full SHA for 0e81545
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.37.1")
+ implementation("com.google.auth:google-auth-library-oauth2-http:1.38.0")
28
29
// Test dependencies
30
testCompileOnly("com.google.auto.service:auto-service-annotations")
0 commit comments