From 18535ddce5d0ccbd029f442cf64b8265c60779f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Dec 2024 20:41:22 +0000 Subject: [PATCH] bump: proto-google-common-protos 2.50.0 (was 2.49.0) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1925ebeed..21def9fb6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,7 +33,7 @@ object Dependencies { // If changing this, remember to update protoc plugin version to align in // maven-plugin/src/main/maven/plugin.xml and akka.grpc.sbt.AkkaGrpcPlugin val googleProtobuf = "3.25.5" // checked synced by VersionSyncCheckPlugin - val googleApi = "2.49.0" + val googleApi = "2.50.0" val scalaTest = "3.2.12"