From 5365e41e4c9716b09bf48c7d2fd6b67d8176a779 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:40 +0100 Subject: [PATCH] Upgrade to OkHttp3 3.14.9 Closes gh-21971 --- 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 6b72da27f7f..93981aa2585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1310,7 +1310,7 @@ bom { ] } } - library("OkHttp3", "3.14.8") { + library("OkHttp3", "3.14.9") { group("com.squareup.okhttp3") { modules = [ "logging-interceptor",