Skip to content

Commit

Permalink
CORE-69: Update grpc-core from 1.34.1 to 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 17, 2024
1 parent ed9641e commit 1da0856
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.39"

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.0"

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-rev20220401-1.32.1" excludeAll excludIoGrpc // force this version
Expand Down

0 comments on commit 1da0856

Please sign in to comment.