Browse Source

Update to 3.11.0 in docs

@haberman
Elliotte Rusty Harold 5 năm trước cách đây
mục cha
commit
4457b1f290
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      java/README.md

+ 3 - 3
java/README.md

@@ -23,7 +23,7 @@ If you are using Maven, use the following:
 <dependency>
   <groupId>com.google.protobuf</groupId>
   <artifactId>protobuf-java</artifactId>
-  <version>3.10.0</version>
+  <version>3.11.0</version>
 </dependency>
 ```
 
@@ -37,7 +37,7 @@ protobuf-java-util package:
 <dependency>
   <groupId>com.google.protobuf</groupId>
   <artifactId>protobuf-java-util</artifactId>
-  <version>3.10.0</version>
+  <version>3.11.0</version>
 </dependency>
 ```
 
@@ -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.10.0'
+    compile 'com.google.protobuf:protobuf-java:3.11.0'
 ```
 Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.