Skip to content

Commit

Permalink
chore(deps): update okhttp monorepo to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 2b84fcf commit 140c691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ lazy val root = project

// Project dependencies
libraryDependencies ++= Seq(
"com.squareup.okhttp3" % "okhttp" % "4.11.0" % "compile",
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
"com.squareup.okhttp3" % "logging-interceptor" % "4.11.0",
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
"org.slf4j" % "slf4j-api" % "2.0.5"
)

Expand Down

0 comments on commit 140c691

Please sign in to comment.