From 499173bc613f6acf40bef7356f262ec57aed8ca2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:19:19 +0200 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 3.23.4 (#567) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 395d6aa..7b84c4d 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val ScalaVersions = new { } lazy val Versions = new { - val gpb3Version = "3.23.3" + val gpb3Version = "3.23.4" val grpcVersion = "1.56.1" val circeVersion = "0.14.5" val http4sVersion = "0.22.2"