20
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
21
*/
22
22
group = " com.github.fge" ;
23
- version = " 0.8" ;
23
+ version = " 0.8.1-SNAPSHOT " ;
24
24
sourceCompatibility = " 1.6" ;
25
25
targetCompatibility = " 1.6" ; // defaults to sourceCompatibility
26
26
@@ -33,7 +33,7 @@ project.ext {
33
33
*/
34
34
dependencies {
35
35
compile(group : " com.github.fge" , name : " json-schema-validator" ,
36
- version : " 2.2.3 " );
36
+ version : " 2.2.5 " );
37
37
compile(group : " com.github.reinert" , name : " jjschema" , version : " 0.6" ) {
38
38
exclude(group : " com.google.guava" , module : " guava" );
39
39
exclude(group : " com.fasterxml.jackson.core" , module : " jackson-core" );
@@ -46,7 +46,7 @@ dependencies {
46
46
}
47
47
compile(group : " com.github.fge" , name : " json-schema-avro" ,
48
48
version : " 0.1.4" );
49
- compile(group : " com.github.fge" , name : " json-patch" , version : " 1.6 " );
49
+ compile(group : " com.github.fge" , name : " json-patch" , version : " 1.7 " );
50
50
testCompile(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
51
51
exclude(group : " junit" , module : " junit" );
52
52
exclude(group : " org.beanshell" , module : " bsh" );
0 commit comments