Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.github.ajalt:clikt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Lysoun committed Nov 14, 2023
1 parent 9883d3e commit 6830812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ junit = "5.10.0"
testContainers = "1.19.1"
strikt = "0.32.0"
mockk = "1.9.3"
clickt = "2.3.0"
clickt = "2.8.0"

mongo = "4.0.13"
mongoDriver = "4.11.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/cli/src/main/kotlin/datamaintain/cli/app/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class App : CliktCommand() {
val message = "datamaintain version $version"
registerOption(
EagerOption(
names = setOf("--version", "--v", "-v", "-version"),
names = arrayOf("--version", "--v", "-v", "-version"),
nvalues = 0,
help = "Show the version and exit",
hidden = false,
Expand Down

0 comments on commit 6830812

Please sign in to comment.