Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Sep 23, 2024
1 parent 6d11962 commit 8d36dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val stringTemplate = "org.antlr" % "ST4" % "4.3.4"
val commonsIo = "commons-io" % "commons-io" % "2.16.1"
val commonsIo = "commons-io" % "commons-io" % "2.17.0"
val plexusArchiver = "org.codehaus.plexus" % "plexus-archiver" % "4.10.0" excludeAll (
ExclusionRule("org.apache.commons", "commons-compress"),
ExclusionRule("classworlds", "classworlds"),
Expand Down

0 comments on commit 8d36dd9

Please sign in to comment.