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 4c42308 commit 396e7c3Copy full SHA for 396e7c3
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.40.0")
+ implementation("com.google.auth:google-auth-library-oauth2-http:1.41.0")
28
29
// Test dependencies
30
testCompileOnly("com.google.auto.service:auto-service-annotations")
0 commit comments