Skip to content

Commit d61f02c

Browse files
fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.40.0
1 parent 369438e commit d61f02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-auth-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
2525

2626
// 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")
27+
implementation("com.google.auth:google-auth-library-oauth2-http:1.40.0")
2828

2929
// Test dependencies
3030
testCompileOnly("com.google.auto.service:auto-service-annotations")

0 commit comments

Comments
 (0)