Skip to content

Commit bab0c29

Browse files
chore(deps): update okhttp monorepo to v5
1 parent 20ade03 commit bab0c29

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
@@ -35,9 +35,9 @@ lazy val root = project
3535

3636
// Project dependencies
3737
libraryDependencies ++= Seq(
38-
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
38+
"com.squareup.okhttp3" % "okhttp" % "5.0.0" % "compile",
3939
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
40-
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
40+
"com.squareup.okhttp3" % "logging-interceptor" % "5.0.0",
4141
"org.slf4j" % "slf4j-api" % "2.0.17"
4242
)
4343

0 commit comments

Comments
 (0)