diff --git a/build.sbt b/build.sbt index 591d872cba..90a614338b 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.0.0" ) ) .jvmPlatform(scalaVersions = scala2And3)