Skip to content

Commit a5b25df

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.5
1 parent 0cf2488 commit a5b25df

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)