File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ lazy val root = project.in(file("."))
39
39
Dependencies .Libraries .sentry,
40
40
Dependencies .Libraries .collections,
41
41
Dependencies .Libraries .jaxbApi,
42
+ Dependencies .Libraries .protobuf,
42
43
// Scala
43
44
Dependencies .Libraries .decline,
44
45
Dependencies .Libraries .circe,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ object Dependencies {
33
33
val sentry = " 1.7.30"
34
34
val collections = " 3.2.2" // Address vulnerability
35
35
val jaxbApi = " 2.3.1"
36
+ val protobuf = " 3.19.4" // Address vulnerability
36
37
// Thrift (test only)
37
38
val collectorPayload = " 0.0.0"
38
39
val thrift = " 0.15.0" // Address vulnerabilities
@@ -82,6 +83,7 @@ object Dependencies {
82
83
val hadoopLZO = " com.hadoop.gplcompression" % " hadoop-lzo" % V .hadoopLZO
83
84
val apacheCommons = " org.apache.directory.studio" % " org.apache.commons.collections" % V .apacheCommons
84
85
val sentry = " io.sentry" % " sentry" % V .sentry
86
+ val protobuf = " com.google.protobuf" % " protobuf-java" % V .protobuf
85
87
86
88
val decline = " com.monovore" %% " decline" % V .decline
87
89
val circe = " io.circe" %% " circe-generic" % V .circe
You can’t perform that action at this time.
0 commit comments