From 7a3529649ce7b4d9d33aac31906a670d435e5fc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 20:15:33 +0000 Subject: [PATCH] Bump commons-io from 2.7 to 2.8.0 Bumps commons-io from 2.7 to 2.8.0. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 478bd6d..4c950a5 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3' testImplementation group: 'org.testng', name: 'testng', version: '7.3.0' - testImplementation 'commons-io:commons-io:2.7' + testImplementation 'commons-io:commons-io:2.8.0' testImplementation 'org.mockito:mockito-core:3.5.13' testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" }