From 99548924a6e05f36fbd52dc5d32f7146470831d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 14:15:12 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.29.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ea5ba7..68cfba3 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val ScalaVersions = new { } lazy val Versions = new { - val gpb3Version = "3.25.5" + val gpb3Version = "4.29.1" val grpcVersion = "1.68.2" val circeVersion = "0.14.10" val http4sVersion = "0.22.2"