Skip to content

Commit

Permalink
Bump kotlinpoet from 1.15.3 to 1.16.0 (#124)
Browse files Browse the repository at this point in the history
Bumps `kotlinpoet` from 1.15.3 to 1.16.0.

Updates `com.squareup:kotlinpoet` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

Updates `com.squareup:kotlinpoet-ksp` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 4b20702 commit b4d7540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ksp = "1.9.22-1.0.17"
android-minSdk = "14"
android-compileSdk = "34"
androidx-test = "1.5.0"
kotlinpoet = "1.15.3"
kotlinpoet = "1.16.0"
room = "2.6.1"
retrofit = "2.9.0"

Expand Down

0 comments on commit b4d7540

Please sign in to comment.