Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 4.4.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.0 to 5.0.2.
- [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.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 Dec 6, 2024
1 parent 9ead713 commit bc2d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin"
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }

# other
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.4.0" }
clikt = { module = "com.github.ajalt.clikt:clikt", version = "5.0.2" }
jdom = { module = "org.jdom:jdom2", version = "2.0.6.1" }
uuid = { module = "com.github.f4b6a3:uuid-creator", version = "5.3.7" }
jwt = { module = "com.auth0:java-jwt", version = "4.4.0" }
Expand Down

0 comments on commit bc2d96b

Please sign in to comment.