Skip to content

Commit 805a784

Browse files
fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.36.0 (#1931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d9b238 commit 805a784

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.35.0")
26+
implementation("com.google.auth:google-auth-library-oauth2-http:1.36.0")
2727

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

0 commit comments

Comments
 (0)