Skip to content

Commit 063a2ea

Browse files
Bump com.squareup.okhttp3:mockwebserver from 5.2.1 to 5.3.0
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.2.1 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54c2a06 commit 063a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
testImplementation 'org.assertj:assertj-core:3.27.6'
108108
testImplementation 'org.mockito:mockito-core:5.20.0'
109109
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
110-
testImplementation "com.squareup.okhttp3:mockwebserver:5.2.1"
110+
testImplementation "com.squareup.okhttp3:mockwebserver:5.3.0"
111111
}
112112

113113

0 commit comments

Comments
 (0)