fix(deps): update dependency org.yaml:snakeyaml to v2.5 (#14556)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-01 08:54:38 +03:00 committed by GitHub
parent 3c580719da
commit 6ad5aafa93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ otelJava {
}
dependencies {
implementation("org.yaml:snakeyaml:2.4")
implementation("org.yaml:snakeyaml:2.5")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
implementation("io.opentelemetry:opentelemetry-sdk-common")