From 21063bbedf7236b7319db0756ae7ac3070523350 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:12:35 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.28.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4f4b75e..93fbd29 100644 --- a/build.sbt +++ b/build.sbt @@ -123,8 +123,8 @@ val scalapbPlayJson = 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.2" % "test", + "com.google.protobuf" % "protobuf-java" % "4.28.2" % "protobuf" ) ) .nativeSettings(