From 2fd79f5b9c4abf467585be32a2a67765ab992269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:32:05 +0000 Subject: [PATCH] chore(deps): bump ajalt-clikt from 5.0.0 to 5.0.1 Bumps `ajalt-clikt` from 5.0.0 to 5.0.1. Updates `com.github.ajalt.clikt:clikt-core` from 5.0.0 to 5.0.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/5.0.0...5.0.1) Updates `com.github.ajalt.clikt:clikt` from 5.0.0 to 5.0.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/5.0.0...5.0.1) Updates `com.github.ajalt.clikt:clikt-markdown` from 5.0.0 to 5.0.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/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.ajalt.clikt:clikt-markdown 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 0eed6e9..5a7e833 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -65,7 +65,7 @@ ksp-auto-service = "1.2.0" gradle-kotlin-dsl = "4.3.1" zip-prefixer = "0.3.1" ajalt-mordant = "3.0.0" -ajalt-clikt = "5.0.0" +ajalt-clikt = "5.0.1" ajalt-colormath = "3.6.0" classgraph = "4.8.177" cache4k = "0.11.0"