Skip to content

Commit

Permalink
Update protobuf-java to 4.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Sep 11, 2024
1 parent ec2ff60 commit f2a7414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ lazy val didImp = crossProject(JSPlatform, JVMPlatform)
// BUT have vulnerabilities in the dependencies: CVE-2023-2976
libraryDependencies += "com.google.crypto.tink" % "tink" % "1.14.1", // https://mvnrepository.com/artifact/com.google.crypto.tink/tink/1.10.0
// To fix vulnerabilitie https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "4.27.4",
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "4.28.1",
)
.jsConfigure(scalaJSLibConfigure)
.jsSettings(
Expand Down

0 comments on commit f2a7414

Please sign in to comment.