From 35a50080d48440ecf087a93aa272b0dfec69fab0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 29 Apr 2020 07:37:19 +0200 Subject: [PATCH] Update okhttp to 3.12.11 (#1047) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71dc2df042..d60edb9e6b 100644 --- a/build.sbt +++ b/build.sbt @@ -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")