Skip to content

Commit 5f019ce

Browse files
committed
Bump protobuf-java to 3.21.12 (close #277)
1 parent 0962741 commit 5f019ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Dependencies.scala

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ object Dependencies {
3333
val sentry = "1.7.30"
3434
val collections = "3.2.2" // Address vulnerability
3535
val jaxbApi = "2.3.1"
36+
val protobuf = "3.21.12"
3637
// Thrift (test only)
3738
val collectorPayload = "0.0.0"
3839
val thrift = "0.15.0" // Address vulnerabilities
@@ -59,6 +60,7 @@ object Dependencies {
5960
val thrift = "org.apache.thrift" % "libthrift" % V.thrift
6061
val hadoopMapReduce = "org.apache.hadoop" % "hadoop-mapreduce-client-core" % V.hadoop
6162
val hadoop = "org.apache.hadoop" % "hadoop-common" % V.hadoop
63+
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf
6264

6365
val collections = "commons-collections" % "commons-collections" % V.collections
6466
val jaxbApi = "javax.xml.bind" % "jaxb-api" % V.jaxbApi % Runtime
@@ -90,6 +92,7 @@ object Dependencies {
9092
Libraries.jackson,
9193
Libraries.sentry,
9294
Libraries.jaxbApi,
95+
Libraries.protobuf,
9396
// Scala
9497
Libraries.decline,
9598
Libraries.circe,

0 commit comments

Comments
 (0)