From 742f584d60c242470436336a8189a68e946c4c63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:16 +0000 Subject: [PATCH] Upgrade to OkHttp3 3.14.7 Closes gh-20463 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a84bde0ba2..1764d5d737 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { ] } } - library("OkHttp3", "3.14.6") { + library("OkHttp3", "3.14.7") { group("com.squareup.okhttp3") { modules = [ "logging-interceptor",