From d93586b754b8004c31f7a35a42e0ab51e71280df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:35:45 +0000 Subject: [PATCH] chore(deps): bump com.github.ajalt.clikt:clikt from 3.5.0 to 4.2.2 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.0 to 4.2.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.0...4.2.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 617676b..ba785e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("com.github.ajalt.clikt:clikt:3.5.0") + implementation("com.github.ajalt.clikt:clikt:4.2.2") implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7") implementation("com.github.andreypfau.ton-kotlin:ton-kotlin:0.2.16") implementation("io.github.microutils:kotlin-logging:2.1.23")