From eef8c3e976b53c3c820d7d8d422ff661c83758dd Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:59:00 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.28.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f48c2b5..1c7667b 100644 --- a/build.sbt +++ b/build.sbt @@ -92,8 +92,8 @@ val scalapbArgonaut = crossProject(JVMPlatform, JSPlatform, NativePlatform) ), libraryDependencies ++= Seq( "com.github.scalaprops" %%% "scalaprops-shapeless" % "0.6.0" % "test", - "com.google.protobuf" % "protobuf-java-util" % "3.25.5" % "test", - "com.google.protobuf" % "protobuf-java" % "3.25.5" % "protobuf" + "com.google.protobuf" % "protobuf-java-util" % "4.28.3" % "test", + "com.google.protobuf" % "protobuf-java" % "4.28.3" % "protobuf" ) ) .jsSettings(