diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e546b86e8b..3dc0cab43d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -161,7 +161,7 @@ object Dependencies { val File = Seq( libraryDependencies ++= Seq( - "com.google.jimfs" % "jimfs" % "1.2" % Test // ApacheV2 + "com.google.jimfs" % "jimfs" % "1.3.0" % Test // ApacheV2 ) ) @@ -437,7 +437,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-http-xml" % AkkaHttpVersion, "software.amazon.awssdk" % "auth" % AwsSdk2Version, // in-memory filesystem for file related tests - "com.google.jimfs" % "jimfs" % "1.2" % Test, // ApacheV2 + "com.google.jimfs" % "jimfs" % "1.3.0" % Test, // ApacheV2 "com.github.tomakehurst" % "wiremock-jre8" % "3.0.1" % Test // ApacheV2 ) )