Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 3.5.4 to 5.0.0
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 5.0.0.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@3.5.4...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]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1ba255c commit f65a3df
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.11"
val cliktVersion = "3.5.4"
val cliktVersion = "5.0.0"

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

0 comments on commit f65a3df

Please sign in to comment.