Skip to content

Commit

Permalink
CORE-69: Update commons-compress from 1.26.0 to 1.26.2 (#1585)
Browse files Browse the repository at this point in the history
Co-authored-by: David An <davidan@broadinstitute.org>
  • Loading branch information
broadbot and davidangb authored Nov 12, 2024
1 parent e5043dd commit 0c8178b
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 @@ -227,6 +227,6 @@ object Dependencies {

// Needed because it looks like the dependency overrides of wb-libs doesn't propagate to the importing project...
val rootDependencyOverrides = Seq(
"org.apache.commons" % "commons-compress" % "1.26.0"
"org.apache.commons" % "commons-compress" % "1.26.2"
)
}

0 comments on commit 0c8178b

Please sign in to comment.