Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 037c7ff commit 850d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0")
implementation("com.squareup.moshi:moshi:$moshiVersion")
implementation("com.google.auto.service:auto-service:1.1.1")
implementation("com.squareup:kotlinpoet:1.15.1")
implementation("com.squareup:kotlinpoet:1.15.3")
implementation("com.squareup.okio:okio:3.6.0")
implementation("com.google.auto.value:auto-value:1.10.4")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
Expand Down

0 comments on commit 850d6a9

Please sign in to comment.