From b5c5b36411d61fb0b3f83d15da3f3086623e2fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 01:30:03 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.18.1 to 2.0.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.18.1 to 2.0.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.0.0) --- updated-dependencies: - 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 465fda7..0834011 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,6 +19,6 @@ kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version. kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" } kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" } kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" } -kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" } +kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.0.0" } graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" } clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.1" } \ No newline at end of file