Skip to content

Commit

Permalink
Merge pull request #778 from scala-steward/update/httpmime-4.5.13
Browse files Browse the repository at this point in the history
Update httpmime to 4.5.13
  • Loading branch information
mergify[bot] authored Oct 6, 2020
2 parents c2a64a2 + 07befc7 commit 6a86fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6a86fa1

Please sign in to comment.