From 4e13acd2d75934e075014d14481a016e5ca52879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:23:52 +0000 Subject: [PATCH] Bump js from 1.6R2 to 1.7R2 Bumps js from 1.6R2 to 1.7R2. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0afeb3..31e64cc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { compile 'net.rptools.rplib:rplib:1.4.1.4' compile 'net.rptools.dicelib:dicelib:1.4.0.1' compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.3.1' - testCompile 'rhino:js:1.6R2' + testCompile 'rhino:js:1.7R2' testCompile group: 'junit', name: 'junit', version: '4.11' }