diff --git a/java/README.md b/java/README.md index 48c3aeccb1..6864375b4b 100644 --- a/java/README.md +++ b/java/README.md @@ -23,7 +23,7 @@ If you are using Maven, use the following: com.google.protobuf protobuf-java - 3.15.3 + 3.17.3 ``` @@ -37,7 +37,7 @@ protobuf-java-util package: com.google.protobuf protobuf-java-util - 3.15.3 + 3.17.3 ``` @@ -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.15.3' + implementation 'com.google.protobuf:protobuf-java:3.17.3' ``` Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.