File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed 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.21.12"
36
37
// Thrift (test only)
37
38
val collectorPayload = " 0.0.0"
38
39
val thrift = " 0.15.0" // Address vulnerabilities
@@ -59,6 +60,7 @@ object Dependencies {
59
60
val thrift = " org.apache.thrift" % " libthrift" % V .thrift
60
61
val hadoopMapReduce = " org.apache.hadoop" % " hadoop-mapreduce-client-core" % V .hadoop
61
62
val hadoop = " org.apache.hadoop" % " hadoop-common" % V .hadoop
63
+ val protobuf = " com.google.protobuf" % " protobuf-java" % V .protobuf
62
64
63
65
val collections = " commons-collections" % " commons-collections" % V .collections
64
66
val jaxbApi = " javax.xml.bind" % " jaxb-api" % V .jaxbApi % Runtime
@@ -90,6 +92,7 @@ object Dependencies {
90
92
Libraries .jackson,
91
93
Libraries .sentry,
92
94
Libraries .jaxbApi,
95
+ Libraries .protobuf,
93
96
// Scala
94
97
Libraries .decline,
95
98
Libraries .circe,
You can’t perform that action at this time.
0 commit comments