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.
1 parent 77e1f31 commit e8ef848Copy full SHA for e8ef848
build.gradle
@@ -18,11 +18,9 @@ buildscript {
18
// temporary workaround for incompatibility of commons-lang:2.4 with
19
// versioning scheme of Java 9
20
// see: https://youtrack.jetbrains.com/issue/KT-18832
21
- exclude module: 'commons-io'
22
exclude module: 'commons-lang'
23
}
24
- classpath 'commons-io:commons-io:2.5'
25
- classpath 'commons-lang:commons-lang:2.5'
+ classpath 'commons-lang:commons-lang:2.6'
26
27
28
0 commit comments