Skip to content

Commit 177dba3

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump com.squareup.okhttp3:mockwebserver from 3.14.9 to 5.1.0
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 3.14.9 to 5.1.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.14.9...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd85ac3 commit 177dba3

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.3'
108108
testImplementation 'org.mockito:mockito-core:3.12.4'
109109
testImplementation 'org.mockito:mockito-junit-jupiter:3.12.4'
110-
testImplementation "com.squareup.okhttp3:mockwebserver:3.14.9"
110+
testImplementation "com.squareup.okhttp3:mockwebserver:5.1.0"
111111
}
112112

113113

0 commit comments

Comments
 (0)