From bd9e976003022a9e00c7083477caddae77eb0f6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 05:21:28 +0000 Subject: [PATCH] Bump mockwebserver from 3.14.0 to 4.0.0 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](https://github.com/square/okhttp/compare/parent-3.14.0...parent-4.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a0918c..4debeb0 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }