diff options
Diffstat (limited to 'grpc/tests/pom.xml')
-rw-r--r-- | grpc/tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/tests/pom.xml b/grpc/tests/pom.xml index 26e7624d..e80e93b6 100644 --- a/grpc/tests/pom.xml +++ b/grpc/tests/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>com.google.flatbuffers</groupId> <artifactId>flatbuffers-parent</artifactId> - <version>1.12.0</version> + <version>2.0.0</version> </parent> <artifactId>grpc-test</artifactId> <description>Example/Test project demonstrating usage of flatbuffers with GRPC-Java instead of protobufs </description> <properties> - <gRPC.version>1.12.0</gRPC.version> + <gRPC.version>2.0.0</gRPC.version> </properties> <dependencies> <dependency> |