@@ -38,7 +38,7 @@ run by yourself.
38
38
39
39
## Versions
40
40
41
- * current stable version: ** 2.2.12 **
41
+ * current stable version: ** 2.2.14 **
42
42
([ ChangeLog] ( https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_22x ) ,
43
43
[ Javadoc] ( http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html ) , [ code
44
44
samples] ( http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
@@ -57,7 +57,7 @@ Gradle:
57
57
58
58
``` groovy
59
59
dependencies {
60
- compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.12 ");
60
+ compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.14 ");
61
61
}
62
62
```
63
63
67
67
<dependency >
68
68
<groupId >com.github.java-json-tools</groupId >
69
69
<artifactId >json-schema-validator</artifactId >
70
- <version >2.2.12 </version >
70
+ <version >2.2.14 </version >
71
71
</dependency >
72
72
```
73
73
@@ -109,5 +109,5 @@ details.
109
109
[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
110
110
[ ASL 2.0 badge] : https://img.shields.io/:license-Apache%202.0-blue.svg
111
111
[ ASL 2.0 ] : http://www.apache.org/licenses/LICENSE-2.0.html
112
- [ Travis Badge ] : https://api. travis-ci.org /java-json-tools/json-schema-validator.svg?branch=master
113
- [ Travis ] : https://travis-ci.org /java-json-tools/json-schema-validator
112
+ [ Travis Badge ] : https://travis-ci.com /java-json-tools/json-schema-validator.svg?branch=master
113
+ [ Travis ] : https://travis-ci.com /java-json-tools/json-schema-validator
0 commit comments