Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Update protobuf-java to 3.23.4 #2648

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lazy val mimaSettings = Seq(

lazy val protobufSettings = Seq(
// The parentheses around the version help avoid version ambiguity in release scripts
ProtobufConfig / version := ("3.18.3"), // CVE-2021-22569
ProtobufConfig / version := ("3.23.4"), // CVE-2021-22569
ProtobufConfig / sourceDirectory := baseDirectory.value / "src" / "main" / "proto",
ProtobufConfig / protobufRunProtoc := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray))
)
Expand Down