From 799e61b4645a0eae7a32f4b3e6cf480d67248d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 06:43:45 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.3.0 to 4.4.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.3.0...4.4.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 6e303e2..ea4eb0e 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.3.0") + functionalTestImplementation("com.github.ajalt.clikt:clikt:4.4.0") } publishing {