We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b1d52 commit 2946844Copy full SHA for 2946844
buildSrc/subprojects/license-texts/license-texts.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
implementation("com.fasterxml.jackson.core:jackson-core:2.9.8")
21
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.8")
22
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
23
- implementation("com.squareup:kotlinpoet:1.3.0")
+ implementation("com.squareup:kotlinpoet:1.18.1")
24
}
25
26
java {
0 commit comments