Skip to content

Commit

Permalink
Update commons-io to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent 8e000bb commit dd297dd
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 @@ -108,7 +108,7 @@ object Dependencies {
val CommonsCodecV = "1.17.1"
val CommonsCompressV = "1.27.1"
val CommonsLang3V = "3.17.0"
val CommonsIoV = "2.17.0"
val CommonsIoV = "2.18.0"

val codec = "commons-codec" % "commons-codec" % CommonsCodecV
val io = "commons-io" % "commons-io" % CommonsIoV
Expand Down

0 comments on commit dd297dd

Please sign in to comment.