From 96822fdfd1769d66d73b2ce4c79083086b4ccbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:36:38 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 2.0.0 to 2.2.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 2.0.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/2.0.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-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 9f813fe..a2a4d22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ configure { dependencies { implementation(gradleApi()) implementation(localGroovy()) - implementation("com.squareup:kotlinpoet:2.0.0") + implementation("com.squareup:kotlinpoet:2.2.0") implementation("com.squareup.moshi:moshi-kotlin:1.15.2")