mirror of https://github.com/grpc/grpc-java.git
documentation: upgrade to junit 4.13.2 (#11967)
This commit is contained in:
parent
b69bd64ce7
commit
e388ef3975
|
@ -28,7 +28,7 @@ need to make the following changes:
|
|||
+ compile "io.grpc:grpc-services:${grpcVersion}"
|
||||
compile "io.grpc:grpc-stub:${grpcVersion}"
|
||||
|
||||
testCompile "junit:junit:4.12"
|
||||
testCompile "junit:junit:4.13.2"
|
||||
--- a/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java
|
||||
+++ b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java
|
||||
@@ -33,6 +33,7 @@ package io.grpc.examples.helloworld;
|
||||
|
|
Loading…
Reference in New Issue