From 7101fdf04e5b9c861809fab3ab89e0b368726462 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 14:30:01 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 3.25.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 101e465..7a5372a 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val ScalaVersions = new { } lazy val Versions = new { - val gpb3Version = "3.25.0" + val gpb3Version = "3.25.3" val grpcVersion = "1.59.0" val circeVersion = "0.14.6" val http4sVersion = "0.22.2"