Skip to content

Commit 0afda06

Browse files
authored
Merge pull request #18 from Visual-Regression-Tracker/dependabot/gradle/com.squareup.okhttp3-mockwebserver-4.8.1
Bump mockwebserver from 4.8.0 to 4.8.1
2 parents b76d6bb + 554ab28 commit 0afda06

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
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
3131
testImplementation 'commons-io:commons-io:2.7'
3232
testImplementation 'org.mockito:mockito-core:3.4.6'
33-
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
33+
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)