From 6be14368a38701c1f4b80d8489de8e606a43d6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:11:52 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 5.0.3 to 5.1.0 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 5.0.3 to 5.1.0. - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/clikt/compare/5.0.3...5.1.0) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b9e0868..26ce964 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,4 +22,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.2.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" } +clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.1.0" }