From a27c82c2b2fa081e0b36e9852d25f632f1d55bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:02:18 +0000 Subject: [PATCH] Bump rhinoVersion from 1.8.0 to 1.8.1 Bumps `rhinoVersion` from 1.8.0 to 1.8.1. Updates `org.mozilla:rhino` from 1.8.0 to 1.8.1 - [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) Updates `org.mozilla:rhino-engine` from 1.8.0 to 1.8.1 - [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-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mozilla:rhino-engine dependency-version: 1.8.1 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 4c57f6b1a..bcbcf9995 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -27,7 +27,7 @@ checkstyleTest { } ext { - rhinoVersion = '1.8.0' + rhinoVersion = '1.8.1' protobufVersion = '4.33.1' }