diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4ff06ac..7a8fa18 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,4 +21,4 @@ kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" } 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 +clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.2" } \ No newline at end of file