Skip to content

Commit

Permalink
Merge pull request #200 from FabioPinheiro/update/protobuf-java-3.25.3
Browse files Browse the repository at this point in the history
Update protobuf-java to 3.25.3
FabioPinheiro authored Feb 22, 2024
2 parents 8f20b15 + b2b834e commit 1321cbf
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
@@ -418,7 +418,7 @@ lazy val didImp = crossProject(JSPlatform, JVMPlatform)
// BUT have vulnerabilities in the dependencies: CVE-2023-2976
libraryDependencies += "com.google.crypto.tink" % "tink" % "1.12.0", // 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" % "3.25.2",
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.25.3",
)
.jsConfigure(scalaJSLibConfigure)
.jsSettings(

0 comments on commit 1321cbf

Please sign in to comment.