From e3f18a09e4e9bf11fc8e890c0c754cdfb86e225b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:59 +0100 Subject: [PATCH] Upgrade to OkHttp3 3.14.6 Closes gh-20086 --- 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 51de21eba9..5616bd9a34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1269,7 +1269,7 @@ bom { ] } } - library("OkHttp3", "3.14.4") { + library("OkHttp3", "3.14.6") { group("com.squareup.okhttp3") { modules = [ "logging-interceptor",