Skip to content

Commit f6f09c3

Browse files
committed
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.57.0
1 parent eef72c9 commit f6f09c3

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
@@ -13,7 +13,7 @@ version = rootProject.version
1313

1414
dependencies {
1515
implementation("com.squareup:kotlinpoet:1.15.3")
16-
implementation("com.charleskorn.kaml:kaml:0.56.0")
16+
implementation("com.charleskorn.kaml:kaml:0.57.0")
1717
implementation(projects.sharedInternal)
1818

1919
testImplementation(projects.githubWorkflowsKt)

0 commit comments

Comments
 (0)