Skip to content

Commit 68a23e8

Browse files
committed
fix(deps): update dependency com.squareup:kotlinpoet to v2
1 parent 509ea62 commit 68a23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/subprojects/license-texts/license-texts.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("com.fasterxml.jackson.core:jackson-core:2.9.8")
2121
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.8")
2222
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
23-
implementation("com.squareup:kotlinpoet:1.18.1")
23+
implementation("com.squareup:kotlinpoet:2.2.0")
2424
}
2525

2626
java {

0 commit comments

Comments
 (0)