Skip to content

Commit

Permalink
Bump mockwebserver from 3.14.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [mockwebserver](https://github.com/square/okhttp) from 3.14.0 to 4.0.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-3.14.0...parent-4.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Jun 27, 2019
1 parent 22bfd6f commit bd9e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.14.0'
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.0.0'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
}

Expand Down

0 comments on commit bd9e976

Please sign in to comment.