Skip to content

Commit

Permalink
Update commons-io to 2.15.1 (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-intracer[bot] <135154954+scala-steward-intracer[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-intracer[bot] authored Dec 18, 2023
1 parent d4bdfe3 commit 0d151d1
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.16.0"
val CommonsCompressV = "1.25.0"
val CommonsLang3V = "3.7"
val CommonsIoV = "2.7"
val CommonsIoV = "2.15.1"

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

0 comments on commit 0d151d1

Please sign in to comment.