Skip to content

Commit

Permalink
fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.9 (#…
Browse files Browse the repository at this point in the history
…7022)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 81d165d commit 2770fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val DEPENDENCY_BOMS = listOf(
"org.assertj:assertj-bom:3.27.2",
"org.junit:junit-bom:5.11.4",
"org.testcontainers:testcontainers-bom:1.20.4",
"org.snakeyaml:snakeyaml-engine:2.8"
"org.snakeyaml:snakeyaml-engine:2.9"
)

val autoValueVersion = "1.11.0"
Expand Down

0 comments on commit 2770fa1

Please sign in to comment.