Skip to content

Commit

Permalink
Bump kotlinpoet.version from 1.18.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `kotlinpoet.version` from 1.18.1 to 2.0.0.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 56cde02 commit e5c53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<jmh.version>1.37</jmh.version>
<kotlin.version>2.0.21</kotlin.version>
<ksp.version>2.0.21-1.0.25</ksp.version>
<kotlinpoet.version>1.18.1</kotlinpoet.version>
<kotlinpoet.version>2.0.0</kotlinpoet.version>
<dokka.version>1.9.20</dokka.version>
<scala.version>2.11.12</scala.version>
<asm.version>9.7.1</asm.version>
Expand Down

0 comments on commit e5c53e1

Please sign in to comment.