From ad27f2a4e0ca17e3367a6a6a990bc631a9e35f8b Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 8 Jul 2025 00:34:43 +0000 Subject: [PATCH] Update okhttp to 5.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 046caa178f..10735ae9f3 100644 --- a/build.sbt +++ b/build.sbt @@ -590,7 +590,7 @@ lazy val okhttpBackend = (projectMatrix in file("okhttp-backend")) .settings( name := "okhttp-backend", libraryDependencies ++= Seq( - "com.squareup.okhttp3" % "okhttp" % "4.12.0" + "com.squareup.okhttp3" % "okhttp" % "5.1.0" ) ) .jvmPlatform(scalaVersions = scala2And3)