From 530e259b4967f84f9d08fe876accb7baed0543ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 23:18:22 +0000 Subject: [PATCH] Bump mockwebserver from 4.8.1 to 4.9.1 Bumps [mockwebserver](https://github.com/square/okhttp) from 4.8.1 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.8.1...parent-4.9.1) 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..12740c1fe 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.1" implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'