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

Commit

Permalink
Update protobuf-java to 3.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 57b8a39 commit 4ceddf7
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 @@ -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.25.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

0 comments on commit 4ceddf7

Please sign in to comment.