We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbfd0e commit 25ae253Copy full SHA for 25ae253
build.gradle
@@ -21,5 +21,6 @@ dependencies {
21
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.4'
22
compile group: 'com.google.guava', name: 'guava', version: '27.0-jre'
23
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.2'
24
+ compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
25
testCompile group: 'org.spockframework', name: 'spock-core', version: '1.2-groovy-2.5'
26
}
0 commit comments