Skip to content

Commit f9d7ea7

Browse files
scala-stewardmichaelmior
authored andcommitted
Update protobuf-java to 3.25.9
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent 04c9746 commit f9d7ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Dependencies {
3333
lazy val jacksonDatabind =
3434
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"
3535
// XXX Version bundled with Spark is vulnerable to CVE-2022-3171
36-
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.5"
36+
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.9"
3737
// XXX Bundled version is vulnerable to CVE-2023-34455
3838
lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.8"
3939
}

0 commit comments

Comments
 (0)