Skip to content

Commit

Permalink
CORE-69: Update grpc-core from 1.34.1 to 1.68.1 (#1580)
Browse files Browse the repository at this point in the history
Co-authored-by: David An <davidan@broadinstitute.org>
Co-authored-by: Saman Ehsan <sehsan@broadinstitute.org>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 58daa80 commit 74f9427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
val reactorNetty: ModuleID = "io.projectreactor.netty" % "reactor-netty" % "1.0.48"

val excludIoGrpc = ExclusionRule(organization = "io.grpc", name = "grpc-core")
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.34.1"
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.68.1"

val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0" excludeAll excludIoGrpc
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20241008-2.0.0" excludeAll excludIoGrpc // force this version
Expand Down

0 comments on commit 74f9427

Please sign in to comment.