From b9e8c4cf573464a6e9cfd7da83e4804f2d0c815c Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:56:46 +0000 Subject: [PATCH] Update protobuf-java-util to 4.28.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08365db..ee6dec6 100644 --- a/build.sbt +++ b/build.sbt @@ -192,7 +192,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) } }, libraryDependencies ++= Seq( - "com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test" + "com.google.protobuf" % "protobuf-java-util" % "4.28.1" % "test" ) ) .jsSettings(