Skip to content

Commit

Permalink
chore(deps): bump com.squareup:kotlinpoet from 1.18.1 to 2.0.0 (#186)
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](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
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 46af099 commit 682b605
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 @@ -39,7 +39,7 @@ eclipse-collections-api = { module = "org.eclipse.collections:eclipse-collection
okhttp3-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
okhttp3-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp3" }
okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "2.0.0" }

bouncycastle-provider = { module = "org.bouncycastle:bcprov-jdk15to18", version = "1.78.1" }
gcp-kms = { module = "com.google.cloud:google-cloud-kms", version = "2.55.0" }
Expand Down

0 comments on commit 682b605

Please sign in to comment.