From 829cd540f3dec83c3fe60846ffb66bff04a2fc20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 05:39:11 +0000 Subject: [PATCH] Bump okhttp from 4.5.0 to 4.8.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.5.0 to 4.8.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.5.0...parent-4.8.1) 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..7dbfd16ab 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.1" implementation 'org.zeroturnaround:zt-exec:1.11' testImplementation 'junit:junit:4.13'