From be84782db64bf807b9796e696d5bbd915e55a0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:26:24 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.15.1 to 1.15.2 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.15.1 to 1.15.2. - [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.15.1...1.15.2) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-patch ... 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 da8f2f4..6d8f2f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ kermit = "1.2.2" kotest = "5.8.0" kotlin = "1.9.21" kotlin-compile-testing-fork = "0.4.0" -kotlinpoet = "1.15.1" +kotlinpoet = "1.15.2" kotlinx-binary-compatibility-validator = "0.13.2" kotlinx-coroutines = "1.7.3" kotlinx-serialization = "1.6.1"