Skip to content

Commit d74ee16

Browse files
committed
fix(deps): update dependency com.squareup:kotlinpoet to v1.18.1
1 parent 610aa3e commit d74ee16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group = rootProject.group
1212
version = rootProject.version
1313

1414
dependencies {
15-
implementation("com.squareup:kotlinpoet:1.18.0")
15+
implementation("com.squareup:kotlinpoet:1.18.1")
1616
implementation("com.charleskorn.kaml:kaml:0.60.0")
1717
implementation(projects.sharedInternal)
1818

automation/code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
dependencies {
10-
implementation("com.squareup:kotlinpoet:1.18.0")
10+
implementation("com.squareup:kotlinpoet:1.18.1")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
1212

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

0 commit comments

Comments
 (0)