From d74fd28826624aa9b49edc5ab28e77fee66f3dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:44:50 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.4.0 to 5.0.2 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.0 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/4.4.0...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] --- cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.gradle.kts b/cli/build.gradle.kts index be2fd7c1..422e943e 100644 --- a/cli/build.gradle.kts +++ b/cli/build.gradle.kts @@ -10,7 +10,7 @@ application { dependencies { implementation(libs.coroutines.core) - implementation("com.github.ajalt.clikt:clikt:4.4.0") + implementation("com.github.ajalt.clikt:clikt:5.0.2") implementation("org.slf4j:slf4j-nop:2.0.16") implementation(projects.core) }