From af1682cbf790f0aefc1808a4c10c3b242fff2334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:16:02 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 3.5.4 to 4.2.2 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.4 to 4.2.2. - [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/3.5.4...4.2.2) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3b5b4e1..19addcf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ runtime { } val ktorVersion = "2.3.6" -val cliktVersion = "3.5.4" +val cliktVersion = "4.2.2" dependencies { implementation("com.github.ajalt.clikt:clikt:$cliktVersion")