Merge pull request #9002 from elharo/elharo-patch-1

docs: 3.18.0 is released
This commit is contained in:
Elliotte Rusty Harold 2021-09-21 13:50:24 +00:00 committed by GitHub
commit 15c40c6cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ If you are using Maven, use the following:
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.17.3</version>
<version>3.18.0</version>
</dependency>
```
@ -37,7 +37,7 @@ protobuf-java-util package:
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.17.3</version>
<version>3.18.0</version>
</dependency>
```
@ -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.17.3'
implementation 'com.google.protobuf:protobuf-java:3.18.0'
```
Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.