Unverified Commit 620d8fb2 authored by Rafi Kamal's avatar Rafi Kamal Committed by GitHub

Merge pull request #6810 from elharo/patch-6

Update to 3.10.0 in docs
parents 4252b7af 82db4520
...@@ -23,7 +23,7 @@ If you are using Maven, use the following: ...@@ -23,7 +23,7 @@ If you are using Maven, use the following:
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>3.9.2</version> <version>3.10.0</version>
</dependency> </dependency>
``` ```
...@@ -37,7 +37,7 @@ protobuf-java-util package: ...@@ -37,7 +37,7 @@ protobuf-java-util package:
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId> <artifactId>protobuf-java-util</artifactId>
<version>3.9.2</version> <version>3.10.0</version>
</dependency> </dependency>
``` ```
...@@ -45,7 +45,7 @@ protobuf-java-util package: ...@@ -45,7 +45,7 @@ protobuf-java-util package:
If you are using Gradle, add the following to your `build.gradle` file's dependencies: If you are using Gradle, add the following to your `build.gradle` file's dependencies:
``` ```
compile 'com.google.protobuf:protobuf-java:3.9.2' compile 'com.google.protobuf:protobuf-java:3.10.0'
``` ```
Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using. Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment