Skip to content

Commit

Permalink
Update okhttp to 3.12.11 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 29, 2020
1 parent 0a52b93 commit 35a5008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -585,7 +585,7 @@ lazy val okhttp =
name := "airframe-http-okhttp",
description := "REST API binding for OkHttp",
libraryDependencies ++= Seq(
"com.squareup.okhttp3" % "okhttp" % "3.12.10"
"com.squareup.okhttp3" % "okhttp" % "3.12.11"
)
)
.dependsOn(httpJVM, airframeMacrosJVMRef, finagle % "test", airspecRefJVM % "test")
Expand Down

0 comments on commit 35a5008

Please sign in to comment.