Skip to content

Commit

Permalink
Update dependency org.snakeyaml:snakeyaml-engine to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2022
1 parent 5f21628 commit 2b72232
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 @@ -71,7 +71,7 @@ kotlin {
dependencies {
implementation(project.dependencies.platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.snakeyaml:snakeyaml-engine:2.4")
implementation("org.snakeyaml:snakeyaml-engine:2.5")
}
}

Expand Down

0 comments on commit 2b72232

Please sign in to comment.