Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  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 Nov 20, 2023
1 parent 9a1d031 commit b8d6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

// Misc
implementation(kotlin("reflect"))
implementation("com.squareup:kotlinpoet:1.14.2")
implementation("com.squareup:kotlinpoet:1.15.1")
implementation("com.google.truth:truth:1.1.5")

// Testing
Expand Down

0 comments on commit b8d6452

Please sign in to comment.