diff --git a/OpenDC/app/build.gradle b/OpenDC/app/build.gradle index 95b7a32..f3154e8 100644 --- a/OpenDC/app/build.gradle +++ b/OpenDC/app/build.gradle @@ -79,7 +79,7 @@ dependencies { // Apache implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' - implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.13.0' // Android implementation 'androidx.recyclerview:recyclerview:1.3.0'