From 3363fee879663aa7afb847cff6025210cedf9fa7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:44:15 +0100 Subject: [PATCH] bump(test): jimfs 1.3.0 (was 1.2) (#3066) --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 50126be1de..526d7c5803 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 ) )