Skip to content

Commit ba7db4a

Browse files
committed
Depend on -core 1.2.0
Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
1 parent 0aa4d15 commit ba7db4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project.ext {
1515
*/
1616
dependencies {
1717
compile(group: "com.github.fge", name: "json-schema-core",
18-
version: "1.1.11");
18+
version: "1.2.0");
1919
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
2020
compile(group: "joda-time", name: "joda-time", version: "2.3");
2121
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
@@ -41,5 +41,5 @@ javadoc.options.links("http://fge.github.io/btf/");
4141
javadoc.options.links("http://fge.github.io/msg-simple/");
4242
javadoc.options.links("http://fge.github.io/jackson-coreutils/");
4343
javadoc.options.links("http://fge.github.io/uri-template/");
44-
javadoc.options.links("http://fge.github.io/json-schema-core/devel/");
44+
javadoc.options.links("http://fge.github.io/json-schema-core/1.2.x/");
4545

0 commit comments

Comments
 (0)