From 290a072132725011a0937d96f5f14f72081799bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:04:30 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.4.0 to 5.0.3 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.0 to 5.0.3. - [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.3) --- 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..ea2d8523 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.3") implementation("org.slf4j:slf4j-nop:2.0.16") implementation(projects.core) }