Update commons-io to 2.18.0 (#1561)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2024-11-24 18:04:44 +01:00 committed by GitHub
parent df8062a989
commit 8138ef2c8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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