From 394c1b7ecd059e4a91b7cb2ec5d66df523bc9c18 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:14:12 +0200 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 3.24.4 (#599) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1b59c9..06ebd1b 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val ScalaVersions = new { } lazy val Versions = new { - val gpb3Version = "3.24.3" + val gpb3Version = "3.24.4" val grpcVersion = "1.58.0" val circeVersion = "0.14.6" val http4sVersion = "0.22.2"