Skip to content

Commit

Permalink
Update commons-io to 2.15.0 (#767)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Oct 27, 2023
1 parent e29137d commit 5662ec2
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 @@ -134,7 +134,7 @@ object Dependencies {
object TestDependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.76" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.14.0" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
Expand Down

0 comments on commit 5662ec2

Please sign in to comment.