Skip to content

Commit

Permalink
Merge pull request #8467 from SR-Lut3t1um/patch-1
Browse files Browse the repository at this point in the history
[documentation] [java] Fixed version for gradle in java Readme.md
  • Loading branch information
fowles committed Apr 8, 2021
2 parents c214856 + 1db2b66 commit 049e05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protobuf-java-util package:

If you are using Gradle, add the following to your `build.gradle` file's dependencies:
```
implementation 'com.google.protobuf:protobuf-java:3.11.0'
implementation 'com.google.protobuf:protobuf-java:3.15.3'
```
Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.

Expand Down

0 comments on commit 049e05f

Please sign in to comment.