Skip to content

Commit

Permalink
Update -core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fge committed Oct 29, 2014
1 parent e93f541 commit b8a0c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -44,7 +44,7 @@ apply(plugin: "idea");
apply(plugin: "eclipse");

group = "com.github.fge";
version = "2.2.5-SNAPSHOT";
version = "2.2.6-SNAPSHOT";
sourceCompatibility = "1.6";
targetCompatibility = "1.6"; // defaults to sourceCompatibility

Expand All @@ -64,7 +64,7 @@ repositories {
*/
dependencies {
compile(group: "com.github.fge", name: "json-schema-core",
version: "1.2.4");
version: "1.2.5");
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
compile(group: "joda-time", name: "joda-time", version: "2.3");
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
Expand Down

0 comments on commit b8a0c39

Please sign in to comment.