Skip to content

Commit bf463bc

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 c43f5fd commit bf463bc

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
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation group: 'org.testng', name: 'testng', version: '7.3.0'
3232
testImplementation 'commons-io:commons-io:2.7'
3333
testImplementation 'org.mockito:mockito-core:3.5.13'
34-
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
34+
testImplementation "com.squareup.okhttp3:mockwebserver:4.9.0"
3535
}
3636

3737
test {

0 commit comments

Comments
 (0)