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-asf[bot] committed Nov 24, 2024
1 parent df8062a commit be050c2
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 @@ -122,7 +122,7 @@ object Dependencies {
val bcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncyCastleVersion % Test
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion % Test
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test
val commonsIo = "commons-io" % "commons-io" % "2.17.0" % Test
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.27.1" % Test
val guava = "com.google.guava" % "guava" % "33.3.1-jre" % Test
Expand Down

0 comments on commit be050c2

Please sign in to comment.