Skip to content

Commit 6ad5aaf

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.5 (#14556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c58071 commit 6ad5aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-docs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ otelJava {
88
}
99

1010
dependencies {
11-
implementation("org.yaml:snakeyaml:2.4")
11+
implementation("org.yaml:snakeyaml:2.5")
1212
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
1313
implementation("io.opentelemetry:opentelemetry-sdk-common")
1414

0 commit comments

Comments
 (0)