Skip to content

Commit

Permalink
Update dependency org.snakeyaml:snakeyaml-engine to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent fc23d41 commit 276a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snake-kmp-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {

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

Expand Down

0 comments on commit 276a027

Please sign in to comment.