Skip to content

Commit

Permalink
Merge pull request #1897 from Conclure/patch-1
Browse files Browse the repository at this point in the history
Update README.md version 2.8.6 -> 2.8.7
  • Loading branch information
eamonnmcmanus committed May 27, 2021
2 parents f5fcb0f + 812b9c0 commit f319c1b
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 f319c1b

Please sign in to comment.