From 135f6b1cfa0e7643800dc69882ba6bc3746d980d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:51:45 +0000 Subject: [PATCH] chore(deps): bump ajalt-clikt from 5.0.2 to 5.0.3 Bumps `ajalt-clikt` from 5.0.2 to 5.0.3. Updates `com.github.ajalt.clikt:clikt-core` from 5.0.2 to 5.0.3 - [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.2...5.0.3) Updates `com.github.ajalt.clikt:clikt` from 5.0.2 to 5.0.3 - [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.2...5.0.3) Updates `com.github.ajalt.clikt:clikt-markdown` from 5.0.2 to 5.0.3 - [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.2...5.0.3) --- 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 aa72bdc1a4e..16ebe2ecf09 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ ksp-auto-service = "1.2.0" gradle-kotlin-dsl = "4.3.1" zip-prefixer = "0.3.1" ajalt-mordant = "3.0.1" -ajalt-clikt = "5.0.2" +ajalt-clikt = "5.0.3" ajalt-colormath = "3.6.1" classgraph = "4.8.179" cache4k = "0.13.0"