Merge pull request #6701 from elharo/patch-4

Update Java Readme to 3.9.2
pull/6709/head
Rafi Kamal 5 years ago committed by GitHub
commit 9a0c848108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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.9.1</version>
<version>3.9.2</version>
</dependency>
```
@ -37,7 +37,7 @@ protobuf-java-util package:
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.9.1</version>
<version>3.9.2</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.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.

Loading…
Cancel
Save