From 12eb3dd5e804f63d187a9293a7ed430875401f04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Dec 2022 01:02:51 +0100 Subject: 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>--- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14ab38e4..4b06fe32 100644 --- a/build.sbt +++ b/build.sbt @@ -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)) ) -- cgit v1.2.3