From 782f3501916c21e1a9decbd3c98f9b82bec82202 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 23:18:34 +0000 Subject: [PATCH] Bump okhttp from 4.8.0 to 4.8.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.8.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.8.0...parent-4.8.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c789ed6..208d443d 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation "com.squareup.okhttp3:okhttp:4.8.0" + testImplementation "com.squareup.okhttp3:okhttp:4.8.1" testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0" testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.jeasy:easy-random-core:4.2.0'