Skip to content

Commit

Permalink
Bump com.squareup:kotlinpoet from 1.17.0 to 1.18.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.17.0 to 1.18.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 9, 2024
1 parent cee82a0 commit dd9072b
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 @@ -6,7 +6,7 @@ kotlin = "2.0.0"
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
junit = { module = "junit:junit", version = "4.13.2" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.0" }
mockk = { module = "io.mockk:mockk", version = "1.13.11" }

[plugins]
Expand Down

0 comments on commit dd9072b

Please sign in to comment.