Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2021
1 parent 42b7bad commit 1dce00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baleen-kotlin/baleen-kotlin-kapt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation(project(":baleen-kotlin:baleen-kotlin-api"))
implementation("com.squareup:kotlinpoet:1.10.1")
implementation("com.squareup:kotlinpoet-metadata:1.7.2")
implementation("com.squareup:kotlinpoet-metadata-specs:1.7.2")
implementation("com.squareup:kotlinpoet-metadata-specs:1.9.0")
implementation("com.google.auto.service:auto-service:1.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
kapt("com.google.auto.service:auto-service:1.0")
Expand Down

0 comments on commit 1dce00b

Please sign in to comment.