Skip to content

Commit

Permalink
Update commons-io to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 15, 2024
1 parent 16ec84c commit 1b517dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
)

val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1"
val commonsIO = "commons-io" % "commons-io" % "2.15.1"
val commonsIO = "commons-io" % "commons-io" % "2.16.1"

val nuProcess = "com.zaxxer" % "nuprocess" % "2.0.6"

Expand Down

0 comments on commit 1b517dd

Please sign in to comment.