Skip to content

Commit 50d1d4d

Browse files
committed
Update picocli to 4.7.5 and enable help width computation
1 parent 548fb69 commit 50d1d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ mockito = { module = "org.mockito:mockito-junit-jupiter", version = "5.4.0" }
5757
opentest4j = { module = "org.opentest4j:opentest4j", version.ref = "opentest4j" }
5858
openTestReporting-events = { module = "org.opentest4j.reporting:open-test-reporting-events", version.ref = "openTestReporting" }
5959
openTestReporting-tooling = { module = "org.opentest4j.reporting:open-test-reporting-tooling", version.ref = "openTestReporting" }
60-
picocli = { module = "info.picocli:picocli", version = "4.7.4" }
60+
picocli = { module = "info.picocli:picocli", version = "4.7.5" }
6161
slf4j-julBinding = { module = "org.slf4j:slf4j-jdk14", version = "2.0.7" }
6262
spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" }
6363
univocity-parsers = { module = "com.univocity:univocity-parsers", version = "2.9.1" }

junit-platform-console/src/main/java/org/junit/platform/console/options/MainCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sortOptions = false, //
3434
usageHelpWidth = 95, //
3535
showAtFileInUsageHelp = true, //
36-
usageHelpAutoWidth = false, // https://github.com/remkop/picocli/issues/1104
36+
usageHelpAutoWidth = true, //
3737
description = "Launches the JUnit Platform for test discovery and execution.", //
3838
footerHeading = "%n", //
3939
footer = "For more information, please refer to the JUnit User Guide at%n" //

0 commit comments

Comments
 (0)