Skip to content

Commit

Permalink
build(deps): bump kotlinPoet from 1.17.0 to 1.18.1
Browse files Browse the repository at this point in the history
Bumps `kotlinPoet` from 1.17.0 to 1.18.1.

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent c2e96ea commit a441d11
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 @@ -16,7 +16,7 @@ gradleCommon = "0.6.0"
# ksp
ksp = "2.0.0-1.0.24"
# https://square.github.io/kotlinpoet/
kotlinPoet = "1.17.0"
kotlinPoet = "1.18.1"
# https://mockk.io/
mockk = "1.13.10"
# https://detekt.dev/docs/intro
Expand Down

0 comments on commit a441d11

Please sign in to comment.