Skip to content

Commit

Permalink
Properly upgrade gRPC to 1.41.0 (#11858)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hubert-da authored Nov 25, 2021
1 parent f6accd3 commit 6356f13
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 353 deletions.
2 changes: 1 addition & 1 deletion bazel-java-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ netty_version = "4.1.67.Final"
# <tcnative.version>2.0.42.Final</tcnative.version>
# ```
netty_tcnative_version = "2.0.40.Final"
grpc_version = "1.35.0"
grpc_version = "1.41.0"
akka_version = "2.6.13"
gatling_version = "3.5.1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import io.grpc.reflection.v1alpha.{
ServerReflectionRequest,
ServerReflectionResponse,
}
import io.grpc.services.HealthStatusManager
import io.grpc.protobuf.services.HealthStatusManager
import io.grpc.stub.StreamObserver
import io.grpc.{BindableService, Channel, ClientInterceptor}
import org.scalatest.Assertion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.daml.resources.grpc.{GrpcResourceOwnerFactories => Resources}
import io.grpc.health.v1.{HealthCheckRequest, HealthGrpc}
import io.grpc.inprocess.{InProcessChannelBuilder, InProcessServerBuilder}
import io.grpc.netty.{NettyChannelBuilder, NettyServerBuilder}
import io.grpc.services.HealthStatusManager
import io.grpc.protobuf.services.HealthStatusManager
import io.netty.util.concurrent.DefaultThreadFactory
import org.scalatest.flatspec.AsyncFlatSpec
import org.scalatest.matchers.should.Matchers
Expand Down
Loading

0 comments on commit 6356f13

Please sign in to comment.