Skip to content

Commit d9374d3

Browse files
committed
Bump commons-collections to 3.2.2 (close #242)
1 parent f1465ce commit d9374d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lazy val root = project.in(file("."))
3636
Dependencies.Libraries.jackson,
3737
Dependencies.Libraries.jacksonCbor,
3838
Dependencies.Libraries.sentry,
39+
Dependencies.Libraries.collections,
3940
// Scala
4041
Dependencies.Libraries.decline,
4142
Dependencies.Libraries.circe,

project/Dependencies.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ object Dependencies {
3232
val jackson = "2.9.10.8"
3333
val jacksonCbor = "2.9.10"
3434
val sentry = "1.7.30"
35+
val collections = "3.2.2" // Address vulnerability
3536
// Thrift (test only)
3637
val collectorPayload = "0.0.0"
3738
// Scala

0 commit comments

Comments
 (0)