Skip to content

Commit cee68fd

Browse files
Bump mockwebserver from 4.7.2 to 4.8.0
Bumps [mockwebserver](https://github.com/square/okhttp) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.7.2...parent-4.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d42e400 commit cee68fd

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)