Skip to content

Commit 33c9534

Browse files
Update commons-io to 2.10.0 (#2164)
1 parent a22e8f9 commit 33c9534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Dependencies {
1717
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
1818
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
1919
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
20-
val commonsIo = "commons-io" % "commons-io" % "2.9.0"
20+
val commonsIo = "commons-io" % "commons-io" % "2.10.0"
2121
val coursierCore = "io.get-coursier" %% "coursier" % "2.0.16"
2222
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
2323
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"

0 commit comments

Comments
 (0)