diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 99afbb6..e881343 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,6 +20,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 = "2.0.0" } +kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.1.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.3" } \ No newline at end of file