瀏覽代碼

Update to 3.9.2

3.9.2 is on the Githib releases page.
Elliotte Rusty Harold 6 年之前
父節點
當前提交
e157c5b9be
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      java/README.md

+ 3 - 3
java/README.md

@@ -23,7 +23,7 @@ If you are using Maven, use the following:
 <dependency>
 <dependency>
   <groupId>com.google.protobuf</groupId>
   <groupId>com.google.protobuf</groupId>
   <artifactId>protobuf-java</artifactId>
   <artifactId>protobuf-java</artifactId>
-  <version>3.9.1</version>
+  <version>3.9.2</version>
 </dependency>
 </dependency>
 ```
 ```
 
 
@@ -37,7 +37,7 @@ protobuf-java-util package:
 <dependency>
 <dependency>
   <groupId>com.google.protobuf</groupId>
   <groupId>com.google.protobuf</groupId>
   <artifactId>protobuf-java-util</artifactId>
   <artifactId>protobuf-java-util</artifactId>
-  <version>3.9.1</version>
+  <version>3.9.2</version>
 </dependency>
 </dependency>
 ```
 ```
 
 
@@ -45,7 +45,7 @@ protobuf-java-util package:
 
 
 If you are using Gradle, add the following to your `build.gradle` file's dependencies:
 If you are using Gradle, add the following to your `build.gradle` file's dependencies:
 ```
 ```
-    compile 'com.google.protobuf:protobuf-java:3.9.1'
+    compile 'com.google.protobuf:protobuf-java:3.9.2'
 ```
 ```
 Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.
 Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.