From fb47f9bcc1c11625ac5d565ed2fdeddd74e99554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:56:39 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.16.0 to 2.1.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.16.0 to 2.1.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...2.1.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..0324d845b 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:2.1.0") }