From 14b0c21a66fdb556266e5f4a89b989cee35f4f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:56:20 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.6 to 2.15.1 in /forgerock-core Bumps commons-io:commons-io from 2.6 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- forgerock-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'