Update Apache Commons IO to 2.7.

This commit is contained in:
Isira Seneviratne 2020-05-30 16:24:33 +05:30
parent d5ce643f6a
commit aa77243079
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'commons-io:commons-io:2.6'
implementation 'commons-io:commons-io:2.7'
implementation 'org.apache.commons:commons-lang3:3.10'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"