Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt-jvm from 4.4.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [com.github.ajalt.clikt:clikt-jvm](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-jvm
  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 86ec294 commit 29df0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oslonokkelen-keychain-push-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val slf4jVersion = "2.0.16"

dependencies {
api(project(":oslonokkelen-keychain-push-client-ktor"))
implementation("com.github.ajalt.clikt:clikt-jvm:4.4.0")
implementation("com.github.ajalt.clikt:clikt-jvm:5.0.0")
implementation("org.slf4j:slf4j-api:$slf4jVersion")
implementation("org.slf4j:slf4j-nop:$slf4jVersion")
implementation("io.ktor:ktor-client-cio:2.3.12")
Expand Down

0 comments on commit 29df0cb

Please sign in to comment.