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)