diff --git a/clients/algoliasearch-client-scala/build.sbt b/clients/algoliasearch-client-scala/build.sbt index 860386a52f4..eebe1c9ac57 100644 --- a/clients/algoliasearch-client-scala/build.sbt +++ b/clients/algoliasearch-client-scala/build.sbt @@ -32,9 +32,9 @@ lazy val root = project // Project dependencies libraryDependencies ++= Seq( - "com.squareup.okhttp3" % "okhttp" % "5.3.1" % "compile", + "com.squareup.okhttp3" % "okhttp" % "5.3.2" % "compile", "org.json4s" %% "json4s-native" % "4.0.7" % "compile", - "com.squareup.okhttp3" % "logging-interceptor" % "5.3.1", + "com.squareup.okhttp3" % "logging-interceptor" % "5.3.2", "org.slf4j" % "slf4j-api" % "2.0.17" )