Skip to content

Commit 19ab22c

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.4
1 parent 0cfd2d9 commit 19ab22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-docs/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ otelJava {
77
}
88

99
dependencies {
10-
implementation("org.yaml:snakeyaml:2.0")
10+
implementation("org.yaml:snakeyaml:2.4")
1111

1212
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
1313
testImplementation("org.assertj:assertj-core:3.27.3")

0 commit comments

Comments
 (0)