Bump json-simple to 1.1.1. This small change adds an additional constructor to JsonObject for those who choose to use it.

This commit is contained in:
md_5 2014-12-19 09:01:47 +11:00
parent 23759bcb40
commit 815f8e9836

View file

@ -87,7 +87,7 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>