diff --git a/forgerock-core/build.gradle b/forgerock-core/build.gradle index 6b25505f..5276ff9d 100644 --- a/forgerock-core/build.gradle +++ b/forgerock-core/build.gradle @@ -101,7 +101,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'com.squareup.okhttp:mockwebserver:2.7.5' - androidTestImplementation 'commons-io:commons-io:2.6' + androidTestImplementation 'commons-io:commons-io:2.15.1' androidTestImplementation 'androidx.test:rules:1.5.0' //Do not update to the latest library, Only 2.x compatible with Android M and below. androidTestImplementation 'org.assertj:assertj-core:2.9.1' @@ -114,7 +114,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.9.2' testImplementation 'com.squareup.okhttp:mockwebserver:2.7.5' - testImplementation 'commons-io:commons-io:2.6' + testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'org.assertj:assertj-core:3.23.1' testImplementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0'