From 6cb1a958a5d43a2fffb7e7635e3be9c0ee15f3b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 10:09:46 +0100 Subject: [PATCH] Upgrade to OkHttp 4.10.0 Closes gh-31593 --- 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 2c72ad93f5b..6b9350e7af4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1091,7 +1091,7 @@ bom { ] } } - library("OkHttp", "4.9.3") { + library("OkHttp", "4.10.0") { group("com.squareup.okhttp3") { imports = [ "okhttp-bom"