Commit 372fee11 authored by Phillip Webb's avatar Phillip Webb

Upgrade to JOpt Simple 5.0.4

Closes gh-14430
parent 83a20319
......@@ -58,7 +58,7 @@ public class OptionHandler {
return getParser().accepts(name, description);
}
public OptionSpecBuilder option(Collection<String> aliases, String description) {
public OptionSpecBuilder option(List<String> aliases, String description) {
return getParser().acceptsAll(aliases, description);
}
......
......@@ -126,7 +126,7 @@
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>4.6</version>
<version>5.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment