From 77b9ea4e19c0425d8e677ec515d65bb4142d3aa4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 06:48:09 +0000 Subject: [PATCH] Bump mockwebserver from 4.8.1 to 4.9.1 Bumps [mockwebserver](https://github.com/square/okhttp) from 4.8.1 to 4.9.1. - [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.1) 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..86d9ef2 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.1" } test {