Skip to content

Commit

Permalink
Bump com.squareup:kotlinpoet from 1.12.0 to 1.14.2
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.12.0 to 1.14.2.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.12.0...1.14.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 8dd0457 commit 5d52521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abi_codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
"implementation"("org.jetbrains.kotlin:kotlin-reflect:${Versions.kotlin}")

"api"("com.squareup.moshi:moshi:${Versions.moshi}")
"api"("com.squareup:kotlinpoet:1.12.0")
"api"("com.squareup:kotlinpoet:1.14.2")

"testImplementation"(project(":test_data"))
"testImplementation"(project(":extensions_kotlin"))
Expand Down

0 comments on commit 5d52521

Please sign in to comment.