From 50b7b639c1e958e75f272fc151e3984f6ec0150b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 May 2025 13:38:29 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.31.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ddece05e..12e94fb1 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val ScalaVersions = new { } lazy val Versions = new { - val gpb3Version = "3.25.7" + val gpb3Version = "4.31.0" val grpcVersion = "1.68.3" val circeVersion = "0.14.13" val http4sVersion = "0.22.2"