From af6d5d80afde087d3d2ebddfc9b1fba8f4e5e4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 02:57:49 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.13.2 to 1.14.2 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.13.2 to 1.14.2. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/1.13.2...1.14.2) --- 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 b18a614..471f38a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -107,7 +107,7 @@ dependencies { ksp("dev.zacsweers.autoservice:auto-service-ksp:1.0.0") implementation("com.squareup.moshi:moshi:$moshiVersion") implementation("com.google.auto.service:auto-service:1.1.1") - implementation("com.squareup:kotlinpoet:1.13.2") + implementation("com.squareup:kotlinpoet:1.14.2") implementation("com.squareup.okio:okio:3.3.0") implementation("com.google.auto.value:auto-value:1.10.1") implementation("com.google.auto.value:auto-value-annotations:1.10.1")