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"