From e93134aac3cdbffdcb315e6b556a9563318cc5b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:31:36 +0000 Subject: [PATCH] Bump okhttp from 4.6.0 to 4.8.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.6.0 to 4.8.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.6.0...parent-4.8.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 18f4a55..554dbc5 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { } dependencies { - implementation 'com.squareup.okhttp3:okhttp:4.6.0' + implementation 'com.squareup.okhttp3:okhttp:4.8.0' implementation 'com.google.code.gson:gson:2.8.6' testImplementation group: 'org.testng', name: 'testng', version: '7.1.0' testImplementation 'commons-io:commons-io:2.6'