Skip to content

Commit

Permalink
Update dependency org.snakeyaml:snakeyaml-engine to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 21, 2021
1 parent c063030 commit 2318134
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 @@ -69,7 +69,7 @@ kotlin {
dependencies {
implementation(project.dependencies.platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.snakeyaml:snakeyaml-engine:2.2.1")
implementation("org.snakeyaml:snakeyaml-engine:2.3")
}
}

Expand Down

0 comments on commit 2318134

Please sign in to comment.