Skip to content

Commit

Permalink
Set a static version for gson
Browse files Browse the repository at this point in the history
Project wasn't compiling correctly due to no version being set for gson.
Old versions required using a Gson object to convert primitive datatypes and strings, the latest version allows for just passing them in

Signed-off-by: Zachary Heins <zackheins@gmail.com>
  • Loading branch information
zheins committed May 17, 2019
1 parent 22bd35d commit dcbbf40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -67,6 +67,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit dcbbf40

Please sign in to comment.