Skip to content

Commit 8138ef2

Browse files
Update commons-io to 2.18.0 (#1561)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent df8062a commit 8138ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object Dependencies {
122122
val bcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncyCastleVersion % Test
123123
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion % Test
124124
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test
125-
val commonsIo = "commons-io" % "commons-io" % "2.17.0" % Test
125+
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
126126
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
127127
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.27.1" % Test
128128
val guava = "com.google.guava" % "guava" % "33.3.1-jre" % Test

0 commit comments

Comments
 (0)