From ccbcc6edbef3f2d7bec14efd01af2b4ee5be3f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 08:43:38 +0000 Subject: [PATCH] Bump js from 1.6R5 to 1.7R2 Bumps js from 1.6R5 to 1.7R2. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6fe0dc..6aa76da 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { dependencies { - implementation 'rhino:js:1.6R5' + implementation 'rhino:js:1.7R2' implementation 'antlr:antlr:2.7.6' implementation 'com.github.RPTools:parser:1.8.3' testImplementation group: 'junit', name: 'junit', version: '4.13.2'