Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and evanchooly committed Nov 12, 2024
1 parent 249fe67 commit c64f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet-jvm</artifactId>
<version>1.18.1</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit c64f736

Please sign in to comment.