Skip to content

Commit

Permalink
1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 6, 2020
1 parent 976abd1 commit c213fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ apply(plugin: "eclipse");
apply(plugin: "net.ltgt.errorprone");

group = "com.github.java-json-tools";
version = "1.2.12-SNAPSHOT";
version = "1.2.12";
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility

Expand Down Expand Up @@ -81,8 +81,8 @@ dependencies {
dependencies {
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9");
compile(group: "com.google.guava", name: "guava", version: "28.1-android");
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11-SNAPSHOT");
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10-SNAPSHOT");
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11");
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10");
// FIXME: no javadoc
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");
Expand Down

0 comments on commit c213fee

Please sign in to comment.