From 18f44570397683bf4962ea7a4b9f5b8b1a36294f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:19:06 +0000 Subject: [PATCH] Bump org.mozilla:rhino from 1.7.15 to 1.8.0 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.7.15 to 1.8.0. - [Release notes](https://github.com/mozilla/rhino/releases) - [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/mozilla/rhino/commits) --- updated-dependencies: - dependency-name: org.mozilla:rhino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extractor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index aab2494fe5..a0d1947e29 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -31,7 +31,7 @@ dependencies { // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not // available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown - implementation 'org.mozilla:rhino:1.7.15' + implementation 'org.mozilla:rhino:1.8.0' checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"