From 2ce6458cd491dbccb9b094da970739559315f423 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:56:44 +0100 Subject: [PATCH] Upgrade to OkHttp 4.11.0 Closes gh-35968 --- 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 682e6ccd77..6f7a4de9f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1058,7 +1058,7 @@ bom { ] } } - library("OkHttp", "4.10.0") { + library("OkHttp", "4.11.0") { group("com.squareup.okhttp3") { imports = [ "okhttp-bom"