Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent d1bc2d7 commit 3478118
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.56.0")
implementation("com.charleskorn.kaml:kaml:0.57.0")

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

0 comments on commit 3478118

Please sign in to comment.