From 17d63c2fe60170fe123395ce1b4512c68905ca85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 11:03:00 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.16.0 to 2.2.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.16.0 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-version: 2.2.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..aa5d18774 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.2.0") }