From cf0484e54f551df6eaa9c56dd24b48a93ad853ec Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:24:21 +0100 Subject: [PATCH] Update protobuf-java to 3.25.5 (#366) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 69efd616..1dc6bafd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -37,7 +37,7 @@ object Dependencies { // If changing this, remember to update protoc plugin version to align in // maven-plugin/src/main/maven/plugin.xml and org.apache.pekko.grpc.sbt.PekkoGrpcPlugin val googleProtoc = "3.25.4" // checked synced by VersionSyncCheckPlugin - val googleProtobufJava = "3.25.4" + val googleProtobufJava = "3.25.5" val scalaTest = "3.2.19"