From 5604911c18d97c4d645cfd8f582c417dc1f6e4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 24 Nov 2018 11:34:45 +0100 Subject: [PATCH] Bump mockwebserver from 3.11.0 to 3.12.0 (#1102) Bumps [mockwebserver](https://github.com/square/okhttp) from 3.11.0 to 3.12.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.11.0...parent-3.12.0) Signed-off-by: dependabot[bot] --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 7e3078f04a..6f25e23197 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -139,7 +139,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:2.23.4' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813' - testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.0' // PowerMock testImplementation 'org.powermock:powermock-core:1.7.4'