diff options
| author | Jack Koenig | 2022-08-04 15:54:43 -0700 |
|---|---|---|
| committer | GitHub | 2022-08-04 15:54:43 -0700 |
| commit | a6851b8ec4044eef4af759a21887fdae6226e1cd (patch) | |
| tree | 706eaa7371cccd63d32713b6306852528151ef98 | |
| parent | ad0dd6a2808789d0eda3665d5f565f0988db2c77 (diff) | |
Bump protobuf runtime to avoid CVE-2021-22569 (#2535)
| -rw-r--r-- | build.sbt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ lazy val mimaSettings = Seq( ) lazy val protobufSettings = Seq( + ProtobufConfig / version := "3.18.2", // CVE-2021-22569 ProtobufConfig / sourceDirectory := baseDirectory.value / "src" / "main" / "proto", ProtobufConfig / protobufRunProtoc := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray)) ) |
