Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.50.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2023
1 parent 17f9c83 commit c246353
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.49.0")
implementation("com.charleskorn.kaml:kaml:0.50.0")

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

0 comments on commit c246353

Please sign in to comment.