Skip to content

Commit

Permalink
junit-team#1498 use latest picocli version
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Aug 11, 2018
1 parent 468a09a commit da0baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit-platform-console/junit-platform-console.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = 'JUnit Platform Console'
dependencies {
api(project(':junit-platform-launcher'))

shadowed('info.picocli:picocli:3.5.0')
shadowed('info.picocli:picocli:3.5.1')
}

jar {
Expand Down

0 comments on commit da0baae

Please sign in to comment.