From c41e17c60a965dbca12b770fbe0e883124de71ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:04:17 +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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2009912..85b5af9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ val grpcKotlinVersion: String by project dependencies { - implementation("com.github.ajalt.clikt:clikt:4.2.0") + implementation("com.github.ajalt.clikt:clikt:4.2.1") implementation("com.corgibytes:dependency-history-maven:2.0.47") implementation("com.github.package-url:packageurl-java:1.4.1") implementation("org.apache.maven:maven-model:3.9.4")