From 368c89230a9c2ba1a7cd96acbb731281afb45b5a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:45:32 +0100 Subject: [PATCH] bump: proto-google-common-protos 2.48.0 (was 2.45.1) (#2000) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1d2f08af1..a968b9a2d 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.45.1" + val googleApi = "2.48.0" val scalaTest = "3.2.12"