Skip to content

Commit

Permalink
Merge pull request #12132 from playframework/mergify/bp/main/pr-12121
Browse files Browse the repository at this point in the history
okhttp 4.12.0 (was 4.11.0) (backport #12121) by @scala-steward
  • Loading branch information
mergify[bot] committed Oct 25, 2023
2 parents 3c96c40 + f5cb45d commit 5cb50e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ object Dependencies {

val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0"

val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.11.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"

def routesCompilerDependencies(scalaVersion: String) = {
specs2Deps.map(_ % Test) ++ Seq(specsMatcherExtra % Test) ++ scalaParserCombinators(
Expand Down

0 comments on commit 5cb50e1

Please sign in to comment.