From 0b5d6f6c508074eeffc390dd36f0301dbc027641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:10:41 +0000 Subject: [PATCH] Update dependency com.squareup:kotlinpoet to v2.4.0 --- 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 0de4fbbf6f..20e764b629 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotlin = "2.3.21" kotlinCoreLibrariesVersion = "2.0.21" # kotlinpoet 2.4.0 is built with Kotlin 2.4. wire-schema exposes kotlinpoet as api, # so consumers on Kotlin 2.2 cannot read its metadata. Keep the last Kotlin 2.3 build. -kotlinpoet = "2.3.0" +kotlinpoet = "2.4.0" ktlint = "1.5.0" moshi = "1.15.2" okhttp = "5.5.0"