From 8885a75b3de82ff762e735cf32f0e5f2406d294d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:30:05 +0000 Subject: [PATCH] deps: update dependency com.squareup:kotlinpoet to v2 --- 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 7bd9c492b662b..2aab89fc52248 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ jslt = "0.1.14" jsonSchemaValidator = "1.5.2" kaml = "0.61.0" kotest = "5.9.1" -kotlinPoet = "1.18.1" +kotlinPoet = "2.0.0" kotlinxCoroutines = "1.9.0" kotlinxHtml = "0.11.0" kotlinxSerialization = "1.7.3"