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:
parent
df8062a989
commit
8138ef2c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue