Skip to content

Commit

Permalink
Update picocli to 4.7.5 and enable help width computation
Browse files Browse the repository at this point in the history
(cherry picked from commit 50d1d4d)
  • Loading branch information
sormuras authored and marcphilipp committed Nov 2, 2023
1 parent fea05c3 commit 5ce280e
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 @@ -57,7 +57,7 @@ mockito = { module = "org.mockito:mockito-junit-jupiter", version = "5.4.0" }
opentest4j = { module = "org.opentest4j:opentest4j", version.ref = "opentest4j" }
openTestReporting-events = { module = "org.opentest4j.reporting:open-test-reporting-events", version.ref = "openTestReporting" }
openTestReporting-tooling = { module = "org.opentest4j.reporting:open-test-reporting-tooling", version.ref = "openTestReporting" }
picocli = { module = "info.picocli:picocli", version = "4.7.4" }
picocli = { module = "info.picocli:picocli", version = "4.7.5" }
slf4j-julBinding = { module = "org.slf4j:slf4j-jdk14", version = "2.0.7" }
spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" }
univocity-parsers = { module = "com.univocity:univocity-parsers", version = "2.9.1" }
Expand Down

0 comments on commit 5ce280e

Please sign in to comment.