Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup:kotlinpoet to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent b669e4c commit 7c53edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group = rootProject.group
version = rootProject.version

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

Expand Down
2 changes: 1 addition & 1 deletion automation/code-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("com.squareup:kotlinpoet:1.18.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

implementation(platform("io.ktor:ktor-bom:2.3.12"))
Expand Down

0 comments on commit 7c53edb

Please sign in to comment.