File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply(plugin: "idea");
25
25
apply(plugin : " eclipse" );
26
26
27
27
group = " com.github.java-json-tools" ;
28
- version = " 2.2.8 " ;
28
+ version = " 2.2.10-SNAPSHOT " ;
29
29
sourceCompatibility = " 1.6" ;
30
30
targetCompatibility = " 1.6" ; // defaults to sourceCompatibility
31
31
@@ -40,7 +40,7 @@ repositories {
40
40
* List of dependencies
41
41
*/
42
42
dependencies {
43
- compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.8 " );
43
+ compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.9 " );
44
44
compile(group : " javax.mail" , name : " mailapi" , version : " 1.4.3" );
45
45
compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
46
46
compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.0.0" );
You can’t perform that action at this time.
0 commit comments