From 067328582f6d86141e1af2c07f5a141b2c7f2eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:09:16 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 3.5.4 to 4.1.0 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.4 to 4.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/3.5.4...4.1.0) --- 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 a60b032..cf704ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ runtime { } val ktorVersion = "2.3.2" -val cliktVersion = "3.5.4" +val cliktVersion = "4.1.0" dependencies { implementation("com.github.ajalt.clikt:clikt:$cliktVersion")