Skip to content

Commit

Permalink
Update commons-io to 2.15.1 (#828)
Browse files Browse the repository at this point in the history
* Update commons-io to 2.15.1

* Revert commit(s) 16ceb0f

* Update commons-io to 2.15.1

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Dec 3, 2023
1 parent b46750a commit e47c4d2
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.77" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.1" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.25.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
Expand Down

0 comments on commit e47c4d2

Please sign in to comment.