diff --git a/java/README.md b/java/README.md
index d77ff5ea1b..b5e4924cf3 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.8.0
+ 3.9.1
```
@@ -37,7 +37,7 @@ protobuf-java-util package:
com.google.protobuf
protobuf-java-util
- 3.8.0
+ 3.9.1
```
@@ -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.8.0'
+ compile 'com.google.protobuf:protobuf-java:3.9.1'
```
Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.