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:
renovate[bot] 2023-08-28 14:21:47 -05:00 committed by GitHub
parent 5d5c73416b
commit 7229c45513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"