Skip to content

Commit

Permalink
Update README.md version 2.8.6 -> 2.8.7
Browse files Browse the repository at this point in the history
version 2.8.6 -> 2.8.7 for gradle and maven dependencies block
  • Loading branch information
conclube committed May 26, 2021
1 parent f5fcb0f commit 812b9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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'
}
```

Expand All @@ -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>
```

Expand Down

0 comments on commit 812b9c0

Please sign in to comment.