We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610aa3e commit d74ee16Copy full SHA for d74ee16
2 files changed
action-binding-generator/build.gradle.kts
@@ -12,7 +12,7 @@ group = rootProject.group
12
version = rootProject.version
13
14
dependencies {
15
- implementation("com.squareup:kotlinpoet:1.18.0")
+ implementation("com.squareup:kotlinpoet:1.18.1")
16
implementation("com.charleskorn.kaml:kaml:0.60.0")
17
implementation(projects.sharedInternal)
18
automation/code-generator/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
10
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation(platform("io.ktor:ktor-bom:2.3.12"))
0 commit comments