Skip to content

Commit 141c7ac

Browse files
Bump com.github.ajalt.clikt:clikt from 4.4.0 to 5.0.3
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.0 to 5.0.3. - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](ajalt/clikt@4.4.0...5.0.3) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8066e2 commit 141c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ application {
1010

1111
dependencies {
1212
implementation(libs.coroutines.core)
13-
implementation("com.github.ajalt.clikt:clikt:4.4.0")
13+
implementation("com.github.ajalt.clikt:clikt:5.1.0")
1414
implementation("org.slf4j:slf4j-nop:2.0.16")
1515
implementation(projects.core)
1616
}

0 commit comments

Comments
 (0)