Skip to content

Commit 7afa2a2

Browse files
committedFeb 11, 2022
Bump protobuf-java to 3.19.4 (close #253)
1 parent 13a9520 commit 7afa2a2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ lazy val root = project.in(file("."))
3939
Dependencies.Libraries.sentry,
4040
Dependencies.Libraries.collections,
4141
Dependencies.Libraries.jaxbApi,
42+
Dependencies.Libraries.protobuf,
4243
// Scala
4344
Dependencies.Libraries.decline,
4445
Dependencies.Libraries.circe,

‎project/Dependencies.scala

+2
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.19.4" // Address vulnerability
3637
// Thrift (test only)
3738
val collectorPayload = "0.0.0"
3839
val thrift = "0.15.0" // Address vulnerabilities
@@ -82,6 +83,7 @@ object Dependencies {
8283
val hadoopLZO = "com.hadoop.gplcompression" % "hadoop-lzo" % V.hadoopLZO
8384
val apacheCommons = "org.apache.directory.studio" % "org.apache.commons.collections" % V.apacheCommons
8485
val sentry = "io.sentry" % "sentry" % V.sentry
86+
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf
8587

8688
val decline = "com.monovore" %% "decline" % V.decline
8789
val circe = "io.circe" %% "circe-generic" % V.circe

0 commit comments

Comments
 (0)
Please sign in to comment.