From 953bf95d17ce219b000ae98d06a28ad70f5a8424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:03:09 +0000 Subject: [PATCH] Bump clikt from 3.4.1 to 3.5.1 Bumps [clikt](https://github.com/ajalt/clikt) from 3.4.1 to 3.5.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/3.4.1...3.5.1) --- 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 34fa6539..e5da8924 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { // This dependency is used by the application. implementation("org.antlr:antlr4:4.9.3") implementation("com.github.julianthome:inmemantlr-api:1.9.2") - implementation("com.github.ajalt.clikt:clikt:3.4.1") + implementation("com.github.ajalt.clikt:clikt:3.5.1") implementation("org.xerial:sqlite-jdbc:3.36.0.3") implementation("org.jetbrains.exposed:exposed:0.17.14") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")