Skip to content

Commit d3c00ae

Browse files
authored
Merge pull request #8 from Visual-Regression-Tracker/dependabot/gradle/com.squareup.okhttp3-mockwebserver-4.8.0
Bump mockwebserver from 4.7.2 to 4.8.0
2 parents 24b8598 + 20580ca commit d3c00ae

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
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
3030
testImplementation 'commons-io:commons-io:2.7'
3131
testImplementation 'org.mockito:mockito-core:3.3.3'
32-
testImplementation "com.squareup.okhttp3:mockwebserver:4.7.2"
32+
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
3333
}
3434

3535
test {

0 commit comments

Comments
 (0)