From 758cdf328d48f18a3650ca74da7e6e2d2d861875 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Aug 2023 14:47:37 +0000 Subject: [PATCH] Update protobuf-java to 3.24.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6290b05e4..816c4a6adc 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.3"), // CVE-2021-22569 + ProtobufConfig / version := ("3.24.1"), // CVE-2021-22569 ProtobufConfig / sourceDirectory := baseDirectory.value / "src" / "main" / "proto", ProtobufConfig / protobufRunProtoc := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray)) )