We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b18e9b + 7861c45 commit 14a2443Copy full SHA for 14a2443
build.gradle
@@ -124,7 +124,7 @@ subprojects {
124
if (isStandardGroovyMavenProject) {
125
documentation "org.fusesource.jansi:jansi:1.18"
126
documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion"
127
- documentation 'info.picocli:picocli:4.4.0'
+ documentation 'info.picocli:picocli:4.5.2'
128
compile group: 'org.codehaus.groovy', name: 'groovy', version: groovyVersion
129
130
testCompile group: 'org.codehaus.groovy', name: 'groovy-test', version: groovyVersion
0 commit comments