From 7f0870ec05f8566fb16769f1addad40e88eca988 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 24 Apr 2025 03:43:06 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.30.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a8ac91c..ef44376 100644 --- a/build.sbt +++ b/build.sbt @@ -119,8 +119,8 @@ val scalapbCirce = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalapb.gen(javaConversions = true, scala3Sources = scalapbScala3Sources.value) -> (Test / sourceManaged).value ), libraryDependencies ++= Seq( - "com.google.protobuf" % "protobuf-java-util" % "3.25.7" % "test", - "com.google.protobuf" % "protobuf-java" % "3.25.7" % "protobuf" + "com.google.protobuf" % "protobuf-java-util" % "4.30.2" % "test", + "com.google.protobuf" % "protobuf-java" % "4.30.2" % "protobuf" ) ) .jsSettings(