Skip to content

Commit e8ef848

Browse files
committed
Use latest 2.x version of commons-lang
1 parent 77e1f31 commit e8ef848

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ buildscript {
1818
// temporary workaround for incompatibility of commons-lang:2.4 with
1919
// versioning scheme of Java 9
2020
// see: https://youtrack.jetbrains.com/issue/KT-18832
21-
exclude module: 'commons-io'
2221
exclude module: 'commons-lang'
2322
}
24-
classpath 'commons-io:commons-io:2.5'
25-
classpath 'commons-lang:commons-lang:2.5'
23+
classpath 'commons-lang:commons-lang:2.6'
2624
}
2725
}
2826

0 commit comments

Comments
 (0)