From b33c0d4d1421f6afb3d123aef608b06ee1aa722e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:36:09 +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] --- feature/project/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/project/build.gradle.kts b/feature/project/build.gradle.kts index 632ad9dc0..35cb20689 100644 --- a/feature/project/build.gradle.kts +++ b/feature/project/build.gradle.kts @@ -23,5 +23,5 @@ kotlin { dependencies { implementation("com.squareup:javapoet:1.13.0") - implementation("com.squareup:kotlinpoet:1.16.0") + implementation("com.squareup:kotlinpoet:1.17.0") }