From 7d4e43a7be8506f39611d9d6845f1fdfd29e8bc9 Mon Sep 17 00:00:00 2001 From: Friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:23:12 -0700 Subject: [PATCH] Fix CVE --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc91d3e53..79775dc50 100644 --- a/build.sbt +++ b/build.sbt @@ -327,7 +327,7 @@ lazy val zincPersistCore = (project in internalPath / "zinc-persist-core") crossPaths := false, autoScalaLibrary := false, exportJars := true, - ProtobufConfig / version := "3.24.4", + ProtobufConfig / version := "3.25.5", publish / skip := true, assembly / assemblyShadeRules := Seq( ShadeRule