Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3bbf95

Browse files
committedJul 5, 2024
fix(deps): update dependency com.squareup:kotlinpoet to v1.18.0
1 parent c6b1d52 commit d3bbf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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.9.8")
23-
implementation("com.squareup:kotlinpoet:1.3.0")
23+
implementation("com.squareup:kotlinpoet:1.18.0")
2424
}
2525

2626
java {

0 commit comments

Comments
 (0)
Please sign in to comment.