From 4e21be9086fba3286713c8728407bb9d71363c65 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 09:03:18 +0100 Subject: [PATCH] Upgrade to OkHttp 4.12.0 Closes gh-37908 --- 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 c6a36d1624..35032e75c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1083,7 +1083,7 @@ bom { ] } } - library("OkHttp", "4.11.0") { + library("OkHttp", "4.12.0") { group("com.squareup.okhttp3") { imports = [ "okhttp-bom"