From f93807fd24d1ccc23660bd8cef528956f4e22a49 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 17 Nov 2025 00:35:49 +0000 Subject: [PATCH] Update okhttp to 5.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 664e658dc..7df0943c4 100644 --- a/build.sbt +++ b/build.sbt @@ -607,7 +607,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.1" ) ) .jvmPlatform(scalaVersions = scala2And3)