Update dependency org.snakeyaml:snakeyaml-engine to v2.7 (#5775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5d5c73416b
commit
7229c45513
|
|
@ -21,7 +21,7 @@ val DEPENDENCY_BOMS = listOf(
|
||||||
"org.assertj:assertj-bom:3.24.2",
|
"org.assertj:assertj-bom:3.24.2",
|
||||||
"org.junit:junit-bom:5.10.0",
|
"org.junit:junit-bom:5.10.0",
|
||||||
"org.testcontainers:testcontainers-bom:1.19.0",
|
"org.testcontainers:testcontainers-bom:1.19.0",
|
||||||
"org.snakeyaml:snakeyaml-engine:2.6"
|
"org.snakeyaml:snakeyaml-engine:2.7"
|
||||||
)
|
)
|
||||||
|
|
||||||
val autoValueVersion = "1.10.3"
|
val autoValueVersion = "1.10.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue