From 006d6b7d079c1385b10f3ba1c03a4ecf35372646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:47:38 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 5.0.3 to 5.1.0 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 5.0.3 to 5.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/5.0.3...5.1.0) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ea2d8523..0a62df21 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:5.0.3") + implementation("com.github.ajalt.clikt:clikt:5.1.0") implementation("org.slf4j:slf4j-nop:2.0.16") implementation(projects.core) }