Skip to content

Commit ddd67e1

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.53.0 (#96)
Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent fc44159 commit ddd67e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("com.charleskorn.kaml:kaml:0.52.0")
12+
implementation("com.charleskorn.kaml:kaml:0.53.0")
1313

1414
testImplementation(platform("io.kotest:kotest-bom:5.5.5"))
1515
testImplementation("io.kotest:kotest-runner-junit5")

src/main/kotlin/it/krzeminski/githubactionstyping/parsing/TypesManifestParsing.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ data class ApiItem(
2727
private val myYaml = Yaml(
2828
configuration = Yaml.default.configuration.copy(
2929
strictMode = false,
30+
allowAnchorsAndAliases = true,
3031
)
3132
)
3233

0 commit comments

Comments
 (0)