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 Aug 6, 2024
1 parent a550a36 commit e0279ae
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.17.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 e0279ae

Please sign in to comment.