From 30ecd37d36e9438f2375a40ddf2030944ce60ee4 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 18 Oct 2023 00:25:17 +0000 Subject: [PATCH] Update okhttp to 4.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 212509d2e8..9ab78e037f 100644 --- a/build.sbt +++ b/build.sbt @@ -643,7 +643,7 @@ lazy val okhttpBackend = (projectMatrix in file("okhttp-backend")) .settings( name := "okhttp-backend", libraryDependencies ++= Seq( - "com.squareup.okhttp3" % "okhttp" % "4.11.0" + "com.squareup.okhttp3" % "okhttp" % "4.12.0" ) ) .jvmPlatform(scalaVersions = scala2 ++ scala3)