Skip to content

Commit b62ff61

Browse files
dependabot[bot]platan
authored andcommitted
Bump com.github.ajalt.clikt:clikt from 4.4.0 to 5.0.0
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.0 to 5.0.0. - [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.0) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21a902b commit b62ff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
exclude(group = "org.codehaus.groovy")
108108
}
109109
functionalTestImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
110-
functionalTestImplementation("com.github.ajalt.clikt:clikt:4.4.0")
110+
functionalTestImplementation("com.github.ajalt.clikt:clikt:5.0.0")
111111
}
112112

113113
publishing {

0 commit comments

Comments
 (0)