Skip to content

Commit

Permalink
Update dependency org.snakeyaml:snakeyaml-engine to v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent f202efb commit 8982ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kotlin {

named("jvmMain") {
dependencies {
implementation("org.snakeyaml:snakeyaml-engine:2.6")
implementation("org.snakeyaml:snakeyaml-engine:2.7")
}
}

Expand Down

0 comments on commit 8982ca8

Please sign in to comment.