From 10114494b6a5d66a23362d87c1ae3463a84ba95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:41:18 +0000 Subject: [PATCH] chore: 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 ec20822..d04f293 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { implementation("org.seleniumhq.selenium:selenium-java:4.11.0") - implementation("com.github.ajalt.clikt:clikt:4.2.0") + implementation("com.github.ajalt.clikt:clikt:4.2.1") testImplementation(kotlin("test")) }