From 2bcb2396a61d3f6a41f1c77e04b0ad3a335c4a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:11:25 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.2.0 to 4.2.1 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.2.0 to 4.2.1. - [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.0...4.2.1) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-patch ... 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 86c9f66..d02ec7c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -160,7 +160,7 @@ dependencies { implementation("io.ktor:ktor-network") implementation("com.squareup.okio:okio:3.5.0") - implementation("com.github.ajalt.clikt:clikt:4.2.0") + implementation("com.github.ajalt.clikt:clikt:4.2.1") implementation("org.apache.logging.log4j:log4j-core:2.20.0") runtimeOnly("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")