We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8062a commit 8138ef2Copy full SHA for 8138ef2
project/Dependencies.scala
@@ -122,7 +122,7 @@ object Dependencies {
122
val bcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncyCastleVersion % Test
123
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion % Test
124
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test
125
- val commonsIo = "commons-io" % "commons-io" % "2.17.0" % Test
+ val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
126
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
127
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.27.1" % Test
128
val guava = "com.google.guava" % "guava" % "33.3.1-jre" % Test
0 commit comments