Skip to content

Commit 0ef1ea6

Browse files
Bump com.squareup:kotlinpoet from 1.16.0 to 1.17.0 (#125)
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@1.16.0...1.17.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 325d6c8 commit 0ef1ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0")
113113
implementation("com.squareup.moshi:moshi:$moshiVersion")
114114
implementation("com.google.auto.service:auto-service:1.1.1")
115-
implementation("com.squareup:kotlinpoet:1.16.0")
115+
implementation("com.squareup:kotlinpoet:1.17.0")
116116
implementation("com.squareup.okio:okio:3.9.0")
117117
implementation("com.google.auto.value:auto-value:1.10.4")
118118
implementation("com.google.auto.value:auto-value-annotations:1.10.4")

0 commit comments

Comments
 (0)