Update README.md version 2.8.6 -> 2.8.7

version 2.8.6 -> 2.8.7 for gradle and maven dependencies block
This commit is contained in:
Conclure 2021-05-26 13:27:53 +02:00 committed by GitHub
parent f5fcb0f4cb
commit 812b9c08e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
Gradle:
```gradle
dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.7'
}
```
@ -26,7 +26,7 @@ Maven:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.7</version>
</dependency>
```