Skip to content

Commit f1ca765

Browse files
chore(deps): update okhttp monorepo to v5
1 parent e3cc708 commit f1ca765

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" % "4.12.0" % "compile",
35+
"com.squareup.okhttp3" % "okhttp" % "5.1.0" % "compile",
3636
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
37-
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
37+
"com.squareup.okhttp3" % "logging-interceptor" % "5.1.0",
3838
"org.slf4j" % "slf4j-api" % "2.0.17"
3939
)
4040

0 commit comments

Comments
 (0)