diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9eada4cbc..4d1083827 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,7 +28,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.24.0" // checked synced by VersionSyncCheckPlugin - val googleApi = "2.39.1" + val googleApi = "2.40.0" val scalaTest = "3.2.12"