From 07befc7548325e77655941186e4eb9f7af6dc8f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Oct 2020 10:52:01 +0200 Subject: [PATCH] Update httpmime to 4.5.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3aa4973640..72577a0f22 100644 --- a/build.sbt +++ b/build.sbt @@ -452,7 +452,7 @@ lazy val finatraServer: ProjectMatrix = (projectMatrix in file("server/finatra-s name := "tapir-finatra-server", libraryDependencies ++= Seq( "com.twitter" %% "finatra-http" % Versions.finatra, - "org.apache.httpcomponents" % "httpmime" % "4.5.12", + "org.apache.httpcomponents" % "httpmime" % "4.5.13", // Testing "com.twitter" %% "finatra-http" % Versions.finatra % Test, "com.twitter" %% "inject-server" % Versions.finatra % Test,