From c4d940c2c739dac187c127b6ba4280c67d1d2c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:55:24 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 3.5.4 to 5.0.2 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.4 to 5.0.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...5.0.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 365cfdd..f620e99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ runtime { } val ktorVersion = "2.3.11" -val cliktVersion = "3.5.4" +val cliktVersion = "5.0.2" dependencies { implementation("com.github.ajalt.clikt:clikt:$cliktVersion")