Skip to content

Commit 53acdc1

Browse files
committed
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.62.0
1 parent 7f97989 commit 53acdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = rootProject.version
1414
dependencies {
1515
implementation("com.squareup:kotlinpoet:2.0.0")
1616
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
17-
implementation("com.charleskorn.kaml:kaml:0.61.0")
17+
implementation("com.charleskorn.kaml:kaml:0.62.0")
1818
implementation(projects.sharedInternal)
1919

2020
testImplementation(projects.githubWorkflowsKt)

0 commit comments

Comments
 (0)