Skip to content

Commit d42e400

Browse files
authored
Merge pull request #6 from Visual-Regression-Tracker/dependabot/gradle/commons-io-commons-io-2.7
Bump commons-io from 2.6 to 2.7
2 parents 70e1c81 + 40f0276 commit d42e400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'com.squareup.okhttp3:okhttp:4.6.0'
2828
implementation 'com.google.code.gson:gson:2.8.6'
2929
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
30-
testImplementation 'commons-io:commons-io:2.6'
30+
testImplementation 'commons-io:commons-io:2.7'
3131
testImplementation 'org.mockito:mockito-core:3.3.3'
3232
testImplementation "com.squareup.okhttp3:mockwebserver:4.7.2"
3333
}

0 commit comments

Comments
 (0)