From 2b8dfe77e7f08980621c4fbbdd0b5f27c1d447d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:03:38 +0000 Subject: [PATCH] build(deps): Bump squareup-kotlin-poet from 1.18.1 to 2.1.0 Bumps `squareup-kotlin-poet` from 1.18.1 to 2.1.0. Updates `com.squareup:kotlinpoet-ksp` from 1.18.1 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.18.1...2.1.0) Updates `com.squareup:kotlinpoet` from 1.18.1 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.18.1...2.1.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet-ksp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e2949c05fe8d..f2457450635e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -94,7 +94,7 @@ photoview = '2.3.0' robolectric = '4.14.1' sentry = '5.2.0' squareup-java-poet = '1.13.0' -squareup-kotlin-poet = '1.18.1' +squareup-kotlin-poet = '2.1.0' squareup-okhttp3 = '4.12.0' squareup-retrofit = '2.11.0' terl-lazysodium-android = '5.0.2@aar'