Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.53.0 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Krzeminski <git@krzeminski.it>
  • Loading branch information
renovate[bot] and krzema12 committed Mar 21, 2023
1 parent fc44159 commit ddd67e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.52.0")
implementation("com.charleskorn.kaml:kaml:0.53.0")

testImplementation(platform("io.kotest:kotest-bom:5.5.5"))
testImplementation("io.kotest:kotest-runner-junit5")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data class ApiItem(
private val myYaml = Yaml(
configuration = Yaml.default.configuration.copy(
strictMode = false,
allowAnchorsAndAliases = true,
)
)

Expand Down

0 comments on commit ddd67e1

Please sign in to comment.