Skip to content

Commit 0402efd

Browse files
Update commons-io to 2.15.1 (#3230)
1 parent f9b0036 commit 0402efd

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
@@ -13,7 +13,7 @@ object Dependencies {
1313
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
1414
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
1515
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
16-
val commonsIo = "commons-io" % "commons-io" % "2.15.0"
16+
val commonsIo = "commons-io" % "commons-io" % "2.15.1"
1717
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.8"
1818
val coursierSbtMaven =
1919
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision

0 commit comments

Comments
 (0)