Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 3.5.2 to 4.4.0 (#762)
Browse files Browse the repository at this point in the history
* Bump com.github.ajalt.clikt:clikt from 3.5.2 to 4.4.0

Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.2 to 4.4.0.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@3.5.2...4.4.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]>

* Trim indent in long command description

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cosku Acay <[email protected]>
  • Loading branch information
dependabot[bot] and cacay authored May 24, 2024
1 parent 83893a9 commit e7d8816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Compile : CliktCommand(help = "Compile ideal protocol to secure distribute
File extension (EXT) determines the output format.
Supported formats are the same as the ones in Graphviz.
Most common ones are svg, png, dot, and json.
""",
""".trimIndent(),
).file(canBeDir = false)

val labelOutput: File? by option(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "1.9.20"

[libraries]
aby-java = { module = "io.github.apl-cornell:aby-java", version = "0.2.2" }
clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.5.2" }
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.4.0" }
graphviz-java = { module = "guru.nidi:graphviz-java", version.ref = "graphviz-java" }
graphviz-java-all-j2v8 = { module = "guru.nidi:graphviz-java-all-j2v8", version.ref = "graphviz-java" }
icu4j = { module = "com.ibm.icu:icu4j", version = "74.2" }
Expand Down

0 comments on commit e7d8816

Please sign in to comment.