We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1465ce commit d9374d3Copy full SHA for d9374d3
build.sbt
@@ -36,6 +36,7 @@ lazy val root = project.in(file("."))
36
Dependencies.Libraries.jackson,
37
Dependencies.Libraries.jacksonCbor,
38
Dependencies.Libraries.sentry,
39
+ Dependencies.Libraries.collections,
40
// Scala
41
Dependencies.Libraries.decline,
42
Dependencies.Libraries.circe,
project/Dependencies.scala
@@ -32,6 +32,7 @@ object Dependencies {
32
val jackson = "2.9.10.8"
33
val jacksonCbor = "2.9.10"
34
val sentry = "1.7.30"
35
+ val collections = "3.2.2" // Address vulnerability
// Thrift (test only)
val collectorPayload = "0.0.0"
0 commit comments