From 3e167a1a718657e40db0d6a796bef2f82d5d2a55 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:54:21 +0000 Subject: [PATCH] Update protobuf-java-util to 4.27.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f1cf14..7956a70 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.27.4" % "test" ) ) .jsSettings(