Skip to content

Commit c85a3fe

Browse files
chore(deps): bump com.squareup.okhttp3:mockwebserver from 5.1.0 to 5.2.0
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.1.0...parent-5.2.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b41440 commit c85a3fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ compileTestJava {
2323
dependencies {
2424
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2525
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
26-
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '5.1.0'
26+
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '5.2.0'
2727
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0'
2828
implementation 'com.google.code.gson:gson:2.13.1'
29-
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
29+
implementation 'com.squareup.okhttp3:okhttp:5.2.0'
3030
implementation 'com.squareup.okio:okio:3.15.0'
3131
implementation 'commons-codec:commons-codec:1.19.0'
3232
}

0 commit comments

Comments
 (0)