Skip to content

Commit

Permalink
Update plexus-archiver to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Nov 12, 2022
1 parent 9a951af commit 2794e5b
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
val stringTemplate = "org.antlr" % "ST4" % "4.3.4"
val commonsIo = "commons-io" % "commons-io" % "2.11.0"
val plexusArchiver = "org.codehaus.plexus" % "plexus-archiver" % "4.5.0" excludeAll (
val plexusArchiver = "org.codehaus.plexus" % "plexus-archiver" % "4.6.0" excludeAll (
ExclusionRule("org.apache.commons", "commons-compress"),
ExclusionRule("classworlds", "classworlds"),
ExclusionRule("org.tukaani", "xz"),
Expand Down

0 comments on commit 2794e5b

Please sign in to comment.