From 7122d8915333de795dc716592deba40e89cfcc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:33:10 +0000 Subject: [PATCH] build(deps): 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03221a8..946263b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { testImplementation(kotlin("test")) implementation(kotlin("reflect")) implementation("org.fusesource.jansi:jansi:2.4.2") - implementation("com.github.ajalt.clikt:clikt:5.0.3") + implementation("com.github.ajalt.clikt:clikt:5.1.0") implementation("org.jline:jline:3.30.6") }