From e7de5d974a1e80c1c53d9a761a51a656ebe28da5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Oct 2025 13:58:36 +0000 Subject: [PATCH] Update grpc-api, grpc-protobuf, ... from 1.42.3 to 1.76.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7c5ca7..fe0bd75 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val javaSettings = Seq( lazy val Versions = new { val dropwizard = "4.2.37" val typesafeConfig = "1.4.5" - val grpc = "1.42.3" + val grpc = "1.76.0" val slf4j = "2.0.17" val assertj = "3.27.6" val catsEffect2 = "2.5.5"