From f0970666b3c658797a6dc7a8cf21c9443542c10e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:33:17 +0200 Subject: [PATCH] bump: proto-google-common-protos 2.45.1 (was 2.43.0) (#1983) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 48dfd4888..b2640299e 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.43.0" + val googleApi = "2.45.1" val scalaTest = "3.2.12"