From 2824c7eac18693d2d13bd287adf746a61bb32c89 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:01:52 +0000 Subject: [PATCH] Update protobuf-java to 4.28.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0a0e17..c53c0ea 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / organization := "com.github.sbt" -lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.4" % Runtime // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "4.28.0" % Runtime // for scala-steward lazy val grpc = "io.grpc" % "protoc-gen-grpc-java" % "1.62.2" % Runtime // for scala-steward def scala212 = "2.12.19"