From 5d2f390728dc25953e27b6e3fe0e57b181909c39 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:46 +0000 Subject: [PATCH] Bump mockwebserver from 4.8.1 to 4.9.0 Bumps [mockwebserver](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..07dcb4a50 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -40,7 +40,7 @@ dependencies { 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:mockwebserver:4.8.1" + testImplementation "com.squareup.okhttp3:mockwebserver:4.9.0" implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'