From c6da4004e211a39a7620ffaa4c3301e8d5c44437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:43:05 +0000 Subject: [PATCH] Bump org.mozilla:rhino from 1.7.13 to 1.7.15 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.7.13 to 1.7.15. - [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-patch ... 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 0692120cc..7dd32f300 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.13' + implementation 'org.mozilla:rhino:1.7.15' checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"