From ebdd8cf6c661092210d1c850cd7bc9ff8a179926 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 00:03:20 +0000 Subject: [PATCH] Update commons-io to 2.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aa26463..5ace62d 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies ++= Seq( "org.apache.pekko" %% "pekko-testkit" % PekkoCoreDependency.version % Test, "org.apache.pekko" %% "pekko-stream-testkit" % PekkoCoreDependency.version % Test, "org.scalatest" %% "scalatest" % "3.2.19" % "test", - "commons-io" % "commons-io" % "2.16.1" % Test, + "commons-io" % "commons-io" % "2.17.0" % Test, "org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test, "com.dimafeng" %% "testcontainers-scala-scalatest" % testcontainersScalaVersion % Test)