From 5765c45911213423e35f10eda5c9db591667322e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:12:02 +0000 Subject: [PATCH] chore(deps): update okhttp monorepo to v5 --- clients/algoliasearch-client-scala/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/algoliasearch-client-scala/build.sbt b/clients/algoliasearch-client-scala/build.sbt index 7657247b21c..74413745150 100644 --- a/clients/algoliasearch-client-scala/build.sbt +++ b/clients/algoliasearch-client-scala/build.sbt @@ -35,9 +35,9 @@ lazy val root = project // Project dependencies libraryDependencies ++= Seq( - "com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile", + "com.squareup.okhttp3" % "okhttp" % "5.0.0" % "compile", "org.json4s" %% "json4s-native" % "4.0.7" % "compile", - "com.squareup.okhttp3" % "logging-interceptor" % "4.12.0", + "com.squareup.okhttp3" % "logging-interceptor" % "5.0.0", "org.slf4j" % "slf4j-api" % "2.0.17" )