Skip to content

Commit 2e08c59

Browse files
committed
Revert "fix(deps): update dependency com.squareup:kotlinpoet to v2"
This reverts commit 7dcef76.
1 parent ce368b2 commit 2e08c59

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.19.1")
2121
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
2222
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
23-
implementation("com.squareup:kotlinpoet:2.2.0")
23+
implementation("com.squareup:kotlinpoet:1.18.1")
2424
}
2525

2626
java {

0 commit comments

Comments
 (0)