Skip to content

Commit ce1e26f

Browse files
fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.10 (#7487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8009415 commit ce1e26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val DEPENDENCY_BOMS = listOf(
2424
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.1",
2525
"org.assertj:assertj-bom:3.27.3",
2626
"org.testcontainers:testcontainers-bom:1.21.3",
27-
"org.snakeyaml:snakeyaml-engine:2.9"
27+
"org.snakeyaml:snakeyaml-engine:2.10"
2828
)
2929

3030
val autoValueVersion = "1.11.0"

0 commit comments

Comments
 (0)