Skip to content

Commit 6daa5ff

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.4 (#13469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 640156f commit 6daa5ff

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)