Skip to content

Commit

Permalink
Gson 2.8.6 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 authored Oct 4, 2019
1 parent 188c6db commit 6818a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5'
implementation 'com.google.code.gson:gson:2.8.6'
}
```

Expand All @@ -26,7 +26,7 @@ Maven:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.8.6</version>
</dependency>
```

Expand Down

0 comments on commit 6818a20

Please sign in to comment.