From f205ecafea094f6ea5be8326168cfa15b53ab013 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 31 Oct 2025 00:37:03 +0000 Subject: [PATCH] Update okhttp to 5.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e561a04dc..63c57c30a 100644 --- a/build.sbt +++ b/build.sbt @@ -604,7 +604,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.3.0" ) ) .jvmPlatform(scalaVersions = scala2And3)