Skip to content

Commit

Permalink
Update moshi to 1.8.0 to address #440
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Mar 27, 2019
1 parent 9bf3789 commit 6b294da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@
<artifactId>converter-moshi</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack-core</artifactId>
Expand Down

0 comments on commit 6b294da

Please sign in to comment.