diff options
| author | Scala Steward | 2022-12-06 01:02:51 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-06 00:02:51 +0000 |
| commit | 12eb3dd5e804f63d187a9293a7ed430875401f04 (patch) | |
| tree | 011db0892f080a746a13073b4017b4632010a24e | |
| parent | 9c85b3ce456dffc77e8ef5f0129a85cc59065ad2 (diff) | |
Update protobuf-java to 3.18.3 (#2553)
* Update protobuf-java to 3.18.3
* Revert commit(s) 4b5cbaf1
* Update protobuf-java to 3.18.3
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2"), // CVE-2021-22569 + ProtobufConfig / version := ("3.18.3"), // CVE-2021-22569 ProtobufConfig / sourceDirectory := baseDirectory.value / "src" / "main" / "proto", ProtobufConfig / protobufRunProtoc := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray)) ) |
