From 62216eb442cd1f210292f6d163cf39c0b5ec8696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:11:15 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.16.0 to 1.17.0 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](https://github.com/square/kotlinpoet/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 35c2045..6872462 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -112,7 +112,7 @@ dependencies { ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0") implementation("com.squareup.moshi:moshi:$moshiVersion") implementation("com.google.auto.service:auto-service:1.1.1") - implementation("com.squareup:kotlinpoet:1.16.0") + implementation("com.squareup:kotlinpoet:1.17.0") implementation("com.squareup.okio:okio:3.9.0") implementation("com.google.auto.value:auto-value:1.10.4") implementation("com.google.auto.value:auto-value-annotations:1.10.4")