Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
372fee11
Commit
372fee11
authored
Sep 12, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to JOpt Simple 5.0.4
Closes gh-14430
parent
83a20319
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OptionHandler.java
...ringframework/boot/cli/command/options/OptionHandler.java
+1
-1
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/options/OptionHandler.java
View file @
372fee11
...
@@ -58,7 +58,7 @@ public class OptionHandler {
...
@@ -58,7 +58,7 @@ public class OptionHandler {
return
getParser
().
accepts
(
name
,
description
);
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
);
return
getParser
().
acceptsAll
(
aliases
,
description
);
}
}
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
372fee11
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<dependency>
<dependency>
<groupId>
net.sf.jopt-simple
</groupId>
<groupId>
net.sf.jopt-simple
</groupId>
<artifactId>
jopt-simple
</artifactId>
<artifactId>
jopt-simple
</artifactId>
<version>
4.6
</version>
<version>
5.0.4
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<groupId>
org.apache.commons
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment