Skip to content

Commit c0c3bb3

Browse files
Update okhttp-jvm to 5.4.0 (#2908)
1 parent f58886c commit c0c3bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ lazy val okhttpBackend = (projectMatrix in file("okhttp-backend"))
632632
libraryDependencies ++= Seq(
633633
// okhttp 5 is published as a Kotlin Multiplatform library; the JVM classes live in the `okhttp-jvm` artifact
634634
// (the plain `okhttp` artifact only carries Gradle module metadata, which sbt/coursier doesn't resolve).
635-
"com.squareup.okhttp3" % "okhttp-jvm" % "5.3.2"
635+
"com.squareup.okhttp3" % "okhttp-jvm" % "5.4.0"
636636
)
637637
)
638638
.jvmPlatform(scalaVersions = scala2And3)

0 commit comments

Comments
 (0)