Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent c0bcdcd commit 9afc6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = rootProject.version

dependencies {
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("com.charleskorn.kaml:kaml:0.59.0")
implementation("com.charleskorn.kaml:kaml:0.60.0")
implementation(projects.sharedInternal)

testImplementation(projects.githubWorkflowsKt)
Expand Down

0 comments on commit 9afc6fc

Please sign in to comment.