From 4deb07acfe5fe889525b7eb12d0d3ba247b7a495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:03:56 +0000 Subject: [PATCH] Bump rhino:js from 1.6R5 to 1.7R2 Bumps rhino:js from 1.6R5 to 1.7R2. --- updated-dependencies: - dependency-name: rhino:js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 9f275de..dd58a70 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ repositories { dependencies { - implementation 'rhino:js:1.6R5' + implementation 'rhino:js:1.7R2' implementation 'antlr:antlr:2.7.7' testImplementation group: 'junit', name: 'junit', version: '4.11' antlr 'antlr:antlr:2.7.7'