From fdc0eb3d0b5f7e927c21d6166d87d51ba35da789 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 05:58:07 +0000 Subject: [PATCH] Bump okhttp from 4.5.0 to 4.8.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.5.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.5.0...parent-4.8.0) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index 81ec30814..b231b1390 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.seleniumhq.selenium:selenium-api:3.141.59' implementation "org.slf4j:jcl-over-slf4j:${slf4jVersion}" implementation "org.slf4j:slf4j-api:${slf4jVersion}" - implementation "com.squareup.okhttp3:okhttp:4.5.0" + implementation "com.squareup.okhttp3:okhttp:4.8.0" implementation 'org.zeroturnaround:zt-exec:1.11' testImplementation 'junit:junit:4.13'