Skip to content

Commit 289b87b

Browse files
chore(deps): update okhttp monorepo to v5.3.0 (#5568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf2674c commit 289b87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/algoliasearch-client-scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ lazy val root = project
3232

3333
// Project dependencies
3434
libraryDependencies ++= Seq(
35-
"com.squareup.okhttp3" % "okhttp" % "5.1.0" % "compile",
35+
"com.squareup.okhttp3" % "okhttp" % "5.3.0" % "compile",
3636
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
37-
"com.squareup.okhttp3" % "logging-interceptor" % "5.1.0",
37+
"com.squareup.okhttp3" % "logging-interceptor" % "5.3.0",
3838
"org.slf4j" % "slf4j-api" % "2.0.17"
3939
)
4040

0 commit comments

Comments
 (0)