From d42da4112c2a5af6380a416702496e2749b1611c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 19:09:29 +0000 Subject: [PATCH] Update protobuf-java to 4.28.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b00b0b0af..337249686 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -115,7 +115,7 @@ object Dependencies { val scalapbRuntime = "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf" - val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5" % "protobuf" + val protobufJava = "com.google.protobuf" % "protobuf-java" % "4.28.3" % "protobuf" val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"