From a2722ac70fafb48b24a2918742f06c35f2929f5b Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:06:45 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.29.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 72e4b51..c83c289 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.6" % "test", - "com.google.protobuf" % "protobuf-java" % "3.25.6" % "protobuf" + "com.google.protobuf" % "protobuf-java-util" % "4.29.3" % "test", + "com.google.protobuf" % "protobuf-java" % "4.29.3" % "protobuf" ) ) .jsSettings(