From ff166bcc0da35fdf2b4fe4d225e438114cece13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:04:17 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 2.2.0 to 2.3.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 2.2.0 to 2.3.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.2.0...2.3.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d536bb7..e90cfcc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ androidx-core-core-ktx = { module = "androidx.core:core-ktx", version.ref = "and androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } com-android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "com-android-application" } com-google-truth = "com.google.truth:truth:1.4.5" -com-squareup-kotlinpoet = "com.squareup:kotlinpoet:2.2.0" +com-squareup-kotlinpoet = "com.squareup:kotlinpoet:2.3.0" com-squareup-licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version.ref = "licensee" } com-squareup-okio = "com.squareup.okio:okio:3.17.0" espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso-core" }