From 82db4520a12e8f2a15c6fa8bccc4a883b55f966e Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 28 Oct 2019 06:57:39 -0400 Subject: [PATCH] Update to 3.10.0 in docs --- java/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/README.md b/java/README.md index ccd2c97ba9..a10949489e 100644 --- a/java/README.md +++ b/java/README.md @@ -23,7 +23,7 @@ If you are using Maven, use the following: com.google.protobuf protobuf-java - 3.9.2 + 3.10.0 ``` @@ -37,7 +37,7 @@ protobuf-java-util package: com.google.protobuf protobuf-java-util - 3.9.2 + 3.10.0 ``` @@ -45,7 +45,7 @@ protobuf-java-util package: If you are using Gradle, add the following to your `build.gradle` file's dependencies: ``` - compile 'com.google.protobuf:protobuf-java:3.9.2' + compile 'com.google.protobuf:protobuf-java:3.10.0' ``` Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.