Skip to content

Commit 31beafb

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

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.3.0'
3131
testImplementation 'commons-io:commons-io:2.7'
3232
testImplementation 'org.mockito:mockito-core:3.5.13'
33-
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
33+
testImplementation "com.squareup.okhttp3:mockwebserver:4.9.0"
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)