Bump kotlinpoet from 1.10.2 to 1.12.0

Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.10.2 to 1.12.0.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](https://github.com/square/kotlinpoet/compare/1.10.2...1.12.0)

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-02 19:19:11 +00:00
committed by GitHub
parent 51408d3455
commit 87e70b5457

View File

@@ -25,7 +25,7 @@ dependencies {
implementation(project(":anvilannotations"))
api(libs.anvil.compiler.api)
implementation(libs.anvil.compiler.utils)
implementation("com.squareup:kotlinpoet:1.10.2")
implementation("com.squareup:kotlinpoet:1.12.0")
implementation(libs.dagger)
compileOnly("com.google.auto.service:auto-service-annotations:1.0.1")
kapt("com.google.auto.service:auto-service:1.0.1")