Skip to content

Commit 0085f51

Browse files
chore(deps): bump com.squareup.okhttp3:mockwebserver from 4.9.0 to 5.3.2 (#216)
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.9.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d7bd44 commit 0085f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
55
implementation 'com.google.code.gson:gson:2.9.1'
66

7-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0'
7+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
88
testImplementation 'org.mockito:mockito-core:5.18.0'
99
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
1010
}

0 commit comments

Comments
 (0)