Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup:kotlinpoet to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 18, 2024
1 parent e117e77 commit c06a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.16.0")
implementation("javax.annotation:javax.annotation-api:1.3.2")

implementation("com.squareup:kotlinpoet:1.2.0")
implementation("com.squareup:kotlinpoet:1.16.0")

implementation("org.yaml:snakeyaml:1.20")
implementation("org.apache.commons:commons-io:1.3.2")
Expand Down

0 comments on commit c06a187

Please sign in to comment.