fix(deps): update dependency com.google.cloud.opentelemetry:detector-resources-support to v0.36.0 (#1982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-29 21:30:28 -07:00 committed by GitHub
parent 8bf35d0894
commit a8338679e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dependencies {
api("io.opentelemetry:opentelemetry-sdk")
// Provides GCP resource detection support
implementation("com.google.cloud.opentelemetry:detector-resources-support:0.35.0")
implementation("com.google.cloud.opentelemetry:detector-resources-support:0.36.0")
testImplementation("io.opentelemetry.semconv:opentelemetry-semconv-incubating")