Skip to content

Commit 8a43bea

Browse files
authored
fix: update rhino version
1 parent 99a7ad6 commit 8a43bea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ dependencies {
3939
compile(group: "com.github.java-json-tools", name: "jackson-coreutils-equivalence", version: "1.0");
4040
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10");
4141
// FIXME: no javadoc
42-
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
43-
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");
42+
compile(group: "org.mozilla", name: "rhino", version: "1.7.14");
4443
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
4544
testCompile(group: "org.testng", name: "testng", version: "7.1.0") {
4645
exclude(group: "junit", module: "junit");

0 commit comments

Comments
 (0)