Skip to content

Commit

Permalink
Merge pull request #391 from scala-steward/update/commons-io-2.16.1
Browse files Browse the repository at this point in the history
Update commons-io to 2.16.1
  • Loading branch information
hagay3 authored Sep 18, 2024
2 parents 2135920 + d815eb7 commit 4669ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val pekkoStreamTestKit = ("org.apache.pekko" %% "pekko-stream-testkit" % pekkoVe

val snakeYaml = "org.yaml" % "snakeyaml" % "2.0"

val commonsIO = "commons-io" % "commons-io" % "2.11.0"
val commonsIO = "commons-io" % "commons-io" % "2.16.1"
val commonsCodec = "commons-codec" % "commons-codec" % "1.15"
val bouncyCastle = "org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1"

Expand Down

0 comments on commit 4669ea6

Please sign in to comment.