Merge pull request #8467 from SR-Lut3t1um/patch-1
[documentation] [java] Fixed version for gradle in java Readme.md
diff --git a/java/README.md b/java/README.md
index c343414..505afc9 100644
--- a/java/README.md
+++ b/java/README.md
@@ -45,7 +45,7 @@
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.