Skip to content

Commit e388ef3

Browse files
authored
documentation: upgrade to junit 4.13.2 (#11967)
1 parent b69bd64 commit e388ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/server-reflection-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ need to make the following changes:
2828
+ compile "io.grpc:grpc-services:${grpcVersion}"
2929
compile "io.grpc:grpc-stub:${grpcVersion}"
3030

31-
testCompile "junit:junit:4.12"
31+
testCompile "junit:junit:4.13.2"
3232
--- a/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java
3333
+++ b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java
3434
@@ -33,6 +33,7 @@ package io.grpc.examples.helloworld;

0 commit comments

Comments
 (0)