From 9389a6f7fa2ec382ab5a20dda5c6d1438a2a081c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:29:42 +0000 Subject: [PATCH] build(deps): 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32fb21c6..6c5ed305 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ everit-json-schema = { module = "com.github.erosb:everit-json-schema", version = json-kotlin-schema = { module = "net.pwall.json:json-kotlin-schema", version = "0.42" } # other -clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.0" } +clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.1" } jdom = { module = "org.jdom:jdom2", version = "2.0.6.1" } # reactor