Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 423d5d6 commit 8f69578
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 @@ -14,7 +14,7 @@ version = rootProject.version
dependencies {
implementation("com.squareup:kotlinpoet:2.0.0")
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
implementation("com.charleskorn.kaml:kaml:0.63.0")
implementation("com.charleskorn.kaml:kaml:0.65.0")
implementation("io.github.oshai:kotlin-logging:7.0.0")
implementation(projects.sharedInternal)

Expand Down

0 comments on commit 8f69578

Please sign in to comment.