From 7020f766309b3eb487c068665b3f484c82991fc3 Mon Sep 17 00:00:00 2001 From: syscl Date: Thu, 19 Sep 2024 17:45:31 -0700 Subject: [PATCH] Update protobuf-java to 4.28.2 to fix CVE-2024-7254 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e1f8cdbe..c727d271d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import BuildHelper._ import Dependencies._ import sbtassembly.AssemblyPlugin.defaultUniversalScript -val protobufCompilerVersion = "4.26.0" +val protobufCompilerVersion = "4.28.2" val MimaPreviousVersion = "0.11.0"