Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and krzema12 committed Aug 15, 2022
1 parent b77dc13 commit 95e31fe
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 @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("com.charleskorn.kaml:kaml:0.46.0")
implementation("com.charleskorn.kaml:kaml:0.47.0")

testImplementation(platform("io.kotest:kotest-bom:5.4.2"))
testImplementation("io.kotest:kotest-runner-junit5")
Expand Down

0 comments on commit 95e31fe

Please sign in to comment.