Skip to content

Commit 7a35296

Browse files
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] <support@dependabot.com>
1 parent f67f11e commit 7a35296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation 'com.google.code.gson:gson:2.8.6'
2929
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3030
testImplementation group: 'org.testng', name: 'testng', version: '7.3.0'
31-
testImplementation 'commons-io:commons-io:2.7'
31+
testImplementation 'commons-io:commons-io:2.8.0'
3232
testImplementation 'org.mockito:mockito-core:3.5.13'
3333
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
3434
}

0 commit comments

Comments
 (0)