Skip to content

Commit 0459b6d

Browse files
fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.33.0
1 parent 80adbe1 commit 0459b6d

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
@@ -23,7 +23,7 @@ dependencies {
2323
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
2424

2525
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
26-
implementation("com.google.auth:google-auth-library-oauth2-http:1.32.1")
26+
implementation("com.google.auth:google-auth-library-oauth2-http:1.33.0")
2727

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

0 commit comments

Comments
 (0)