We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aff5fc + c049f2f commit 948e68eCopy full SHA for 948e68e
native/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
compile fileTree(dir: 'vendor/idea-IU-171.4694.73/lib', include: ['*.jar'])
18
compile group: 'com.github.jansorg', name: 'BashSupport', version: '1c92743a01'
19
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.6'
20
- compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
+ compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
21
testCompile group: 'junit', name: 'junit', version: '4.12'
22
testCompile group: 'org.easytesting', name: 'fest-assert', version: '1.4'
23
testCompile group: 'commons-io', name: 'commons-io', version: '2.5'
0 commit comments