Skip to content

Commit

Permalink
CORE-69: Update grpc-core from 1.34.1 to 1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 9, 2024
1 parent ab2829d commit b6abb74
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.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 b6abb74

Please sign in to comment.