Skip to content

Commit dd62e8f

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.51.0 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7b9cb4 commit dd62e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

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

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

0 commit comments

Comments
 (0)