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>
This commit is contained in:
parent
8d9b238a14
commit
805a784874
|
|
@ -23,7 +23,7 @@ dependencies {
|
|||
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
|
||||
|
||||
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
|
||||
implementation("com.google.auth:google-auth-library-oauth2-http:1.35.0")
|
||||
implementation("com.google.auth:google-auth-library-oauth2-http:1.36.0")
|
||||
|
||||
// Test dependencies
|
||||
testCompileOnly("com.google.auto.service:auto-service-annotations")
|
||||
|
|
|
|||
Loading…
Reference in New Issue