Commits

md_5 authored 815f8e98361
Bump json-simple to 1.1.1.

This small change adds an additional constructor to JsonObject for those who choose to use it.
No tags

pom.xml

Modified
80 80 <dependency>
81 81 <groupId>org.yaml</groupId>
82 82 <artifactId>snakeyaml</artifactId>
83 83 <version>1.9</version>
84 84 <type>jar</type>
85 85 <scope>compile</scope>
86 86 </dependency>
87 87 <dependency>
88 88 <groupId>com.googlecode.json-simple</groupId>
89 89 <artifactId>json-simple</artifactId>
90 - <version>1.1</version>
90 + <version>1.1.1</version>
91 91 <type>jar</type>
92 92 <scope>compile</scope>
93 93 </dependency>
94 94 <dependency>
95 95 <groupId>org.avaje</groupId>
96 96 <artifactId>ebean</artifactId>
97 97 <version>2.7.3</version>
98 98 <type>jar</type>
99 99 <scope>compile</scope>
100 100 </dependency>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut