Skip to content

Commit 773c06a

Browse files
chore(deps): update okhttp monorepo to v5.3.2 (#5662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be99892 commit 773c06a

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

0 commit comments

Comments
 (0)