From dffdd7f16a32c17e7d49f40a5d0cbe09ee73e803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 13:31:49 -0400 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 3.4.0 to 3.5.2 (#14) Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.4.0 to 3.5.2. - [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/3.4.0...3.5.2) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers --- 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 a366867..92842b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ spotless = { id = "com.diffplug.spotless", version = "6.19.0" } binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } [libraries] -clikt = "com.github.ajalt.clikt:clikt:3.4.0" +clikt = "com.github.ajalt.clikt:clikt:3.5.2" kotlinShell = "eu.jrie.jetbrains:kotlin-shell-core:0.2.1" okio = "com.squareup.okio:okio:3.3.0" junit = "junit:junit:4.13.2"