Skip to content

Commit

Permalink
build(deps): bump com.squareup:kotlinpoet from 1.18.0 to 1.18.1
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.0...1.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 1cd0776 commit 1a8ca92
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 @@ -93,7 +93,7 @@ google-oauth-client = { group = "com.google.oauth-client", name = "google-oauth-
google-oauth-clientjetty = { group = "com.google.oauth-client", name = "google-oauth-client-jetty", version = "1.36.0" }

modelix-incremental = { group = "org.modelix", name = "incremental", version = "0.3.3" }
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.0" }
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" }
vavr = { group = "io.vavr", name = "vavr", version = "0.10.4" }
apache-commons-lang = { group = "org.apache.commons", name = "commons-lang3", version = "3.14.0" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.16.1" }
Expand Down

0 comments on commit 1a8ca92

Please sign in to comment.