From fb56af38917841ae4116c52b4f0820472fc346a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:31:05 +0000 Subject: [PATCH] Bump okhttp from 4.9.0 to 4.9.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.0 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.9.0...parent-4.9.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 38f983e5b..0040e3532 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.9.0" + implementation "com.squareup.okhttp3:okhttp:4.9.1" implementation 'org.zeroturnaround:zt-exec:1.12' testImplementation 'junit:junit:4.13.1' testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'