Skip to content

Commit e95aed4

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 c43f5fd commit e95aed4

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
@@ -29,7 +29,7 @@ dependencies {
2929
implementation 'com.google.code.gson:gson:2.8.6'
3030
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3131
testImplementation group: 'org.testng', name: 'testng', version: '7.3.0'
32-
testImplementation 'commons-io:commons-io:2.7'
32+
testImplementation 'commons-io:commons-io:2.8.0'
3333
testImplementation 'org.mockito:mockito-core:3.5.13'
3434
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
3535
}

0 commit comments

Comments
 (0)