Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 3.5.4 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.4 to 4.2.2.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@3.5.4...4.2.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent e04fca6 commit af1682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runtime {
}

val ktorVersion = "2.3.6"
val cliktVersion = "3.5.4"
val cliktVersion = "4.2.2"

dependencies {
implementation("com.github.ajalt.clikt:clikt:$cliktVersion")
Expand Down

0 comments on commit af1682c

Please sign in to comment.