From 69ee4e46c61f42a7d0274092b96574473dd9f803 Mon Sep 17 00:00:00 2001 From: broadbot Date: Sat, 13 Jan 2024 12:03:20 +0000 Subject: [PATCH] Update grpc-core from 1.58.0 to 1.58.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 473115e2677..56b3730911a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -72,7 +72,7 @@ object Dependencies { val akkaTestKit: ModuleID = "com.typesafe.akka" %% "akka-testkit" % akkaV % "test" val akkaHttpTestKit: ModuleID = "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % "test" - val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.58.0" excludeAll (excludeGuava, excludeGson, excludeFindbugsJsr) + val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.58.1" excludeAll (excludeGuava, excludeGson, excludeFindbugsJsr) val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % Test val scalaTestScalaCheck = "org.scalatestplus" %% "scalacheck-1-17" % s"${scalaTestV}.0" % Test // https://github.com/scalatest/scalatestplus-scalacheck