From f9075783764fd62c1c32234336c4df99ba0e6f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:19:20 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.2.2 to 4.3.0 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.2.2 to 4.3.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/4.2.2...4.3.0) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt 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 1d2da5b..a1ac6d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -107,7 +107,7 @@ dependencies { exclude(group = "org.codehaus.groovy") } functionalTestImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") - functionalTestImplementation("com.github.ajalt.clikt:clikt:4.2.2") + functionalTestImplementation("com.github.ajalt.clikt:clikt:4.3.0") } publishing {