From 31beafbda0d1f68ea5c6413f46c279131097ef2d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 20:15:30 +0000 Subject: [PATCH] Bump mockwebserver from 4.8.1 to 4.9.0 Bumps [mockwebserver](https://github.com/square/okhttp) from 4.8.1 to 4.9.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-4.8.1...parent-4.9.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 478bd6d..d10de51 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation group: 'org.testng', name: 'testng', version: '7.3.0' testImplementation 'commons-io:commons-io:2.7' testImplementation 'org.mockito:mockito-core:3.5.13' - testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" + testImplementation "com.squareup.okhttp3:mockwebserver:4.9.0" } test {