From 9ccaecc4c78b865290f25d69da1090f56136ad78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 23:16:25 +0000 Subject: [PATCH] Bump okhttp from 4.8.1 to 4.9.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.8.1 to 4.9.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.8.1...parent-4.9.0) Signed-off-by: dependabot-preview[bot] --- consent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consent/build.gradle b/consent/build.gradle index 67e8897bc..8635f9037 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -39,7 +39,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.jeasy:easy-random-core:4.2.0' - testImplementation "com.squareup.okhttp3:okhttp:4.8.1" + testImplementation "com.squareup.okhttp3:okhttp:4.9.0" testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1'