From 118d040070e8dbdcf609899cf5c1b1cc340d6ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:46:46 +0000 Subject: [PATCH] chore(deps): update okhttp monorepo to v5.3.1 --- 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 1ed552b8cc0..4aa5feb328b 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.0" % "compile", + "com.squareup.okhttp3" % "okhttp" % "5.3.1" % "compile", "org.json4s" %% "json4s-native" % "4.0.7" % "compile", - "com.squareup.okhttp3" % "logging-interceptor" % "5.3.0", + "com.squareup.okhttp3" % "logging-interceptor" % "5.3.1", "org.slf4j" % "slf4j-api" % "2.0.17" )