Skip to content

Commit 4dc8219

Browse files
committed
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.61.0
1 parent 817cd9e commit 4dc8219

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.18.1")
16-
implementation("com.charleskorn.kaml:kaml:0.60.0")
16+
implementation("com.charleskorn.kaml:kaml:0.61.0")
1717
implementation(projects.sharedInternal)
1818

1919
testImplementation(projects.githubWorkflowsKt)

0 commit comments

Comments
 (0)